diff options
| -rw-r--r-- | .config/openbox/autostart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 9d93907..3451974 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -16,7 +16,7 @@ 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 +picom & # compositor setxkbmap -layout "us,bg" -variant ",phonetic" -option "grp:alt_shift_toggle" & # keyboard switching flameshot & # screenshot utility |
