From e1eb8290cbd6c43912b4f3a82daacabb521d067a Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 10 Apr 2024 20:46:46 +0200 Subject: [PATCH] Add system shortcuts --- modules/home/de/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/de/hyprland.nix b/modules/home/de/hyprland.nix index 204f7bc..692caa5 100644 --- a/modules/home/de/hyprland.nix +++ b/modules/home/de/hyprland.nix @@ -75,6 +75,8 @@ in { [ # Essentials "$mod CONTROL, Q, exit," + "$mod CONTROL, S, exec, systemctl suspend" + "$mod CONTROL, L, exec, loginctl lock-session" "$mod SHIFT, C, killactive," "$mod, TAB, cyclenext," "$mod SHIFT, V, togglefloating,"