diff options
Diffstat (limited to '.config/openbox/autostart')
| -rw-r--r-- | .config/openbox/autostart | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 8223e19..5636217 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -14,6 +14,7 @@ dunst & # notification daemon lxpolkit & # polkit barrier & # using mouse & keyboard on other computers while connected to wifi xautolock -detectsleep -secure -time 15 -locker ~/.i3lock/lock.sh & # auto lock screen +xss-lock -- .i3lock/lock.sh suspend & # lock screen on lid closing; you'll also need to uncomment the HandleLidSwitch variable and assign to it "lock" (HandleLidSwitch=lock) inside /etc/systemd/logind.conf tint2 & # taskbar picom --experimental-backends & # compositor setxkbmap -layout "us,bg" -variant ",phonetic" -option "grp:alt_shift_toggle" & # keyboard switching |
