From e4d7a062dd00c11efdb1456f6cc80183ce12ba4c Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 2 Aug 2023 18:41:40 +0200 Subject: [PATCH] pinwheel: Add suspend keybinding in `hyprland` --- hosts/pinwheel/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index b1285ae..d9076c6 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -146,6 +146,8 @@ move = builtins.genList (x: "$mod SHIFT, ${ws x}, movetoworkspacesilent, ${builtins.toString (x + 1)}") 10; in select ++ move ++ [ + "$mod SHIFT, x, exec, systemctl suspend" + "$mod, RETURN, exec, foot" "$mod, SPACE, exec, bemenu-run"