diff options
author | Yigit Sever | 2019-12-08 14:46:45 +0300 |
---|---|---|
committer | Yigit Sever | 2019-12-08 18:32:36 +0300 |
commit | 2c523ef1eb51ab9e0e9b1ba6bc30c117396bb331 (patch) | |
tree | a4c38a02e58360fafc408ef4938c6ca1416c49e7 /.config/i3 | |
parent | 56d0cda40714fb8d38103367b185c881a6e9d555 (diff) | |
download | dotfiles-2c523ef1eb51ab9e0e9b1ba6bc30c117396bb331.tar.gz dotfiles-2c523ef1eb51ab9e0e9b1ba6bc30c117396bb331.tar.bz2 dotfiles-2c523ef1eb51ab9e0e9b1ba6bc30c117396bb331.zip |
Work auto spliff
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config##c.desktop,h.Lowe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/i3/config##c.desktop,h.Lowe b/.config/i3/config##c.desktop,h.Lowe index 30692e1..86688be 100644 --- a/.config/i3/config##c.desktop,h.Lowe +++ b/.config/i3/config##c.desktop,h.Lowe | |||
@@ -8,6 +8,9 @@ set $alt Mod1 | |||
8 | # launch polybar | 8 | # launch polybar |
9 | exec --no-startup-id $HOME/.config/polybar/launch.sh & | 9 | exec --no-startup-id $HOME/.config/polybar/launch.sh & |
10 | 10 | ||
11 | # launch spliffer + notification | ||
12 | exec --no-startup-id $HOME/bin/watch_incoming.sh & | ||
13 | |||
11 | # start the screensaver, '' at the end is not a typo | 14 | # start the screensaver, '' at the end is not a typo |
12 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' | 15 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' |
13 | 16 | ||