From 534ce4aa3102770e07d6524878f5165ef4224450 Mon Sep 17 00:00:00 2001 From: eneller Date: Fri, 17 May 2024 23:21:49 +0200 Subject: [PATCH] feat: lock bind (not working yet) --- .config/sway/config.d/default | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/sway/config.d/default b/.config/sway/config.d/default index 510a720..288b61e 100644 --- a/.config/sway/config.d/default +++ b/.config/sway/config.d/default @@ -2,6 +2,7 @@ # Logo key. Use Mod1 for Alt. set $mod Mod4 bindsym $mod+F12 reload +bindsym $mod+Escape exec swaylock -c 000000 & sleep 5 && systemctl suspend bindsym $mod+Shift+Escape exec systemctl poweroff focus_follows_mouse no