From 59e1884061f2fda4b553ac432dabc271e334df5a Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Wed, 21 Jan 2026 12:11:48 +0100 Subject: [PATCH] Add hyprlock --- wm/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wm/hyprland.nix b/wm/hyprland.nix index c4dfb1e..ef2058a 100644 --- a/wm/hyprland.nix +++ b/wm/hyprland.nix @@ -5,6 +5,7 @@ rofi bzmenu hyprshot + hyprlock ]; wayland.windowManager.hyprland = { @@ -78,6 +79,7 @@ "$mod, Q, killactive" "$mod, F, fullscreen" "$mod, M, exit" + "$mod, L, exec, hyprlock" # Focus "$mod, LEFT, movefocus, l"