diff options
Diffstat (limited to 'notification-daemon')
-rwxr-xr-x | notification-daemon | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/notification-daemon b/notification-daemon index 8a9ddc0..7c57dae 100755 --- a/notification-daemon +++ b/notification-daemon @@ -5,4 +5,3 @@ while line = STDIN.gets `ratpoison -c "echo #{line.strip.split("\n").map {|i| i.strip }.reject {|i| i==''}.join('\n').gsub(/^notify-send : /, '')}"` end end - |