diff options
author | dx <aryadevchavali1@gmail.com> | 2020-06-06 19:35:29 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-06-06 19:37:00 +0100 |
commit | d548cca75fdaefc8214584fe87c67fe89219b65b (patch) | |
tree | e61e67e15443a7f842970267f207b89f3485aa52 /XServer | |
parent | 6c02553c34fccfe7c7f2d31b91c6d086f3730a1e (diff) | |
download | dotfiles-d548cca75fdaefc8214584fe87c67fe89219b65b.tar.gz dotfiles-d548cca75fdaefc8214584fe87c67fe89219b65b.tar.bz2 dotfiles-d548cca75fdaefc8214584fe87c67fe89219b65b.zip |
+dunst
Using the default config given on website
Diffstat (limited to 'XServer')
-rw-r--r-- | XServer/.xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/XServer/.xinitrc b/XServer/.xinitrc index f8ba55a..81c3c79 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -1,6 +1,7 @@ #!/bin/sh sh .xprofile; +dunst & systemctl start --user emacs & $(xss-lock --transfer-sleep-lock -- lock) & feh --randomize --bg-scale $HOME/Pictures/Backgrounds & |