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