diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-08-04 09:46:17 -0700 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-08-04 09:46:17 -0700 |
commit | 1b77dc4e5c06af101c563ae6f4f51efea8f726f5 (patch) | |
tree | 3fcfeb3421f24fb747bec3f12cc8fbbd5af4ea1f | |
parent | ea53ff851d9fc6d6870943d7a52dd0ee28f5c2a4 (diff) |
use xss-lock
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index f4770e2..f3c8e49 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,3 +1,4 @@ + # Debian packages: redshift-gtk dunst compton conky-std network-manager-gnome nitrogen xautolock set $mod Mod4 @@ -193,7 +194,8 @@ bar { } } -exec --no-startup-id xautolock -locker i3lock-wrapper -time 2 -corners -+00 -cornerdelay 5 & +exec --no-startup-id xset s 120 +exec --no-startup-id xss-lock -l -n dim-screen.sh i3lock-wrapper & exec --no-startup-id compton -b exec --no-startup-id conky exec --no-startup-id touchpad-enable-tap |