aboutsummaryrefslogtreecommitdiff
path: root/bin/autostart
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2021-12-19 22:07:57 +0800
committerGuangxiong Lin <[email protected]>2021-12-19 22:07:57 +0800
commit61e8bd0e3ae8604ee904d3661e42f26dab6c37bd (patch)
tree41efcca6a3324f94a5dc7d59e32d2f37e24ff549 /bin/autostart
parentcd0ae5618c3232b1c10c2f7eac267cbef9cade59 (diff)
downloaddotfiles-61e8bd0e3ae8604ee904d3661e42f26dab6c37bd.tar.gz
dotfiles-61e8bd0e3ae8604ee904d3661e42f26dab6c37bd.tar.bz2
dotfiles-61e8bd0e3ae8604ee904d3661e42f26dab6c37bd.zip
Add dunst config and add it into autostart
Diffstat (limited to 'bin/autostart')
-rwxr-xr-xbin/autostart2
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 &