sway: Usar p para bloquear
m es muy fácil de apretar accidentalmente
This commit is contained in:
parent
d0e9140da9
commit
babbb8646f
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ exec swayidle -w \
|
|||
timeout 420 'lock' \
|
||||
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'lock'
|
||||
bindsym $mod+m exec lock
|
||||
bindsym $mod+Shift+m exec "lock && doas su -c 'echo mem > /sys/power/state'"
|
||||
bindsym $mod+p exec lock
|
||||
bindsym $mod+Shift+p exec "lock && doas su -c 'echo mem > /sys/power/state'"
|
||||
|
||||
### Input configuration
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue