From babbb8646fa975208bae2600aa2c470e0f283308 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 14 Sep 2022 20:22:05 -0300 Subject: [PATCH] sway: Usar p para bloquear MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit m es muy fácil de apretar accidentalmente --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 61ecd91..6fae917 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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 #