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";