From d994a1c02fdf1672cdcf7f2e84c3885ce4083654 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Sun, 15 Oct 2017 19:39:06 -0500 Subject: [PATCH] Update locker --- .i3/config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.i3/config b/.i3/config index b82452d..ff42898 100644 --- a/.i3/config +++ b/.i3/config @@ -166,8 +166,6 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +10% -# i3lock screen -bindsym $mod+Shift+l exec i3lock -c 000000 # Network management bindsym $mod+n exec networkmanager_dmenu @@ -176,5 +174,9 @@ bindsym $mod+n exec networkmanager_dmenu exec --no-startup-id redshift # Background exec --no-startup-id nitrogen --restore & -# Autolock -#exec --no-startup-id xautolock -locker "/usr/bin/i3lock -c 000000" -t 10m + +# Locker +exec --no-startup-id light-locker --lock-on-suspend --no-late-locking & +#exec --no-startup-id xautolock -locker "/usr/bin/light-locker-command -l" -t 10m +bindsym $mod+Shift+l exec /usr/bin/light-locker-command -l +