don't turn the screen of when locking

This commit is contained in:
Jean-Marie Mineau 2021-01-22 22:46:58 +01:00
parent 79bc3c2e01
commit d71bcabee9

View file

@ -206,7 +206,7 @@ bar {
}
# Lock screen
bindsym $mod+Ctrl+l exec --no-startup-id "sh ~/.config/i3/lock.sh && xset dpms force off"
bindsym $mod+Ctrl+l exec --no-startup-id "sh ~/.config/i3/lock.sh # && xset dpms force off"
bindsym $mod+Shift+v exec --no-startup-id "sh ~/.config/i3/lock.sh && echo mem > /sys/power/state"