From 57523a9a50182019496b272b32d4ccb8d2ceedb5 Mon Sep 17 00:00:00 2001 From: chem Date: Fri, 14 Nov 2025 11:30:43 -0600 Subject: [PATCH] suspend pc con ctrl+l --- home/modules/gui/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/gui/sway.nix b/home/modules/gui/sway.nix index 3edd4c0..75aa602 100644 --- a/home/modules/gui/sway.nix +++ b/home/modules/gui/sway.nix @@ -142,7 +142,7 @@ in { "${mod}+a" = "focus parent"; "${mod}+c" = "focus child"; "${mod}+d" = "exec ${bemenuCommand}"; - "${mod}+l" = "exec ${getExe pkgs.gtklock} -d"; + "${mod}+l" = "exec ${getExe pkgs.gtklock} -d && systemctl suspend"; "${mod}+Return" = "exec ${lib.getExe pkgs.foot} ${lib.getExe pkgs.tmux}"; "${mod}+Shift+s" = "exec ${grimshot} copy area"; "${mod}+Shift+a" = "exec ${grimshot} copy output";