diff options
Diffstat (limited to 'bin/autostart')
-rwxr-xr-x | bin/autostart | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/autostart b/bin/autostart index 0556e15..0cabef2 100755 --- a/bin/autostart +++ b/bin/autostart @@ -4,3 +4,4 @@ [ -f ~/.fehbg ] && ~/.fehbg & [ -f /usr/bin/dunst ] && dunst & +[ -f /usr/bin/udiskie ] && udiskie & |