From 7c1a9a248a369481d063ead0b73fdd475f3cad00 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 8 Mar 2024 21:30:08 -0500 Subject: [PATCH] hyprland: Lock screen with Super+Alt+L Alt is necessary since Super+L and Super+Shift+L are already used for window manager stuff. --- home/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/hyprland.nix b/home/hyprland.nix index 5d27e622..e18ab32a 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -324,6 +324,7 @@ in bind = $SUPER, L, layoutmsg, removemaster bind = $SUPER_SHIFT, H, splitratio, -0.05 bind = $SUPER_SHIFT, L, splitratio, +0.05 + bind = $SUPER_ALT, L, exec, hyprlock bind = $SUPER, 1, exec, hyprnome --previous bind = $SUPER, 2, exec, hyprnome