From 61e8bd0e3ae8604ee904d3661e42f26dab6c37bd Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 19 Dec 2021 22:07:57 +0800 Subject: Add dunst config and add it into autostart --- bin/autostart | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/autostart') 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 & -- cgit v1.2.3