summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnotification-daemon2
1 files changed, 1 insertions, 1 deletions
diff --git a/notification-daemon b/notification-daemon
index 85c4ffb..8a9ddc0 100755
--- a/notification-daemon
+++ b/notification-daemon
@@ -2,7 +2,7 @@
while line = STDIN.gets
if line.strip != ""
- `ratpoison -c "echo #{line.strip.split("\n").map {|i| i.strip }.reject {|i| i==''}.join '\n'}"`
+ `ratpoison -c "echo #{line.strip.split("\n").map {|i| i.strip }.reject {|i| i==''}.join('\n').gsub(/^notify-send : /, '')}"`
end
end