diff options
Diffstat (limited to 'notification-daemon-launch')
-rwxr-xr-x | notification-daemon-launch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/notification-daemon-launch b/notification-daemon-launch new file mode 100755 index 0000000..e6c261d --- /dev/null +++ b/notification-daemon-launch @@ -0,0 +1,5 @@ +#!/bin/zsh + +sleep 10 +sind | notification-daemon & + |