diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index 6b97ae9..baf5317 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -84,8 +84,6 @@ ''; in select ++ move ++ [ - "$mod SHIFT, x, exec, systemctl suspend" - "$mod, ESCAPE, killactive" "$mod, f, fullscreen, 1" diff --git a/hosts/pinwheel/modules/swaylock/default.nix b/hosts/pinwheel/modules/swaylock/default.nix index f2aa18d..c04a8fb 100644 --- a/hosts/pinwheel/modules/swaylock/default.nix +++ b/hosts/pinwheel/modules/swaylock/default.nix @@ -14,6 +14,7 @@ wayland.windowManager.hyprland = { settings = { bind = [ + "$mod SHIFT, x, exec, ${pkgs.swaylock}/bin/swaylock -f && systemctl suspend" "$mod, x, exec, ${pkgs.playerctl}/bin/playerctl -p spotify pause; ${pkgs.swaylock}/bin/swaylock" ]; };