diff options
-rwxr-xr-x | bin/autostart | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/autostart b/bin/autostart index 0cabef2..7d22eba 100755 --- a/bin/autostart +++ b/bin/autostart @@ -5,3 +5,5 @@ [ -f /usr/bin/dunst ] && dunst & [ -f /usr/bin/udiskie ] && udiskie & + +[ -f /usr/bin/clipmenud ] && clipmenud & |