don't turn the screen of when locking
This commit is contained in:
parent
79bc3c2e01
commit
d71bcabee9
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ bar {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Lock screen
|
# 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"
|
bindsym $mod+Shift+v exec --no-startup-id "sh ~/.config/i3/lock.sh && echo mem > /sys/power/state"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue