pinwheel: Add suspend keybinding in hyprland

This commit is contained in:
Alexander Heldt
2023-08-02 18:41:40 +02:00
parent 1e1824a7aa
commit e4d7a062dd

View File

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