diff options
author | Benjamin Morrison <ben@gbmor.org> | 2021-12-29 00:49:23 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2021-12-29 00:49:23 -0500 |
commit | 5a9f9921ff588117c264ca7a3cda23900751feb7 (patch) | |
tree | 2200c89555cb15aaeb404546a59d2c7a1d87dca7 /.config/i3/config | |
parent | 80b74ae532619c9c3d6f0ae8666f1c1e3ef1acce (diff) | |
download | dogfiles-5a9f9921ff588117c264ca7a3cda23900751feb7.tar.gz |
some updates for new mail domain, editor changes, $PATH
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index ed3c049..afe1046 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -11,7 +11,10 @@ ################################# # AUTOSTART SECTION # ############################### +exec_always "sh $HOME/.fehbg" exec_always --no-startup-id $HOME/.config/polybar/launch.sh +exec "xcompmgr &" +exec "xscreensaver &" exec "pactl upload-sample /usr/share/sounds/freedesktop/stereo/bell.oga x11-bell" exec "pactl load-module module-x11-bell sample=x11-bell display=$DISPLAY" exec "xset b 100" |