From 1d217e3c92434907dc1ba89619c4efe7091f3744 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 7 Nov 2025 13:26:51 +0100 Subject: [PATCH] feat(hyprland): fix shortcut. --- modules/linux/home-manager/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 51d1bfb..ca9fb99 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -233,7 +233,7 @@ in { "$mod SHIFT, L, exec, hyprlock --immediate" - "$mod, B, exec, zen" + "$mod, B, exec, zen-beta" "$mod SHIFT, B, exec, librewolf" "$mod, G, exec, ${hyprgamemode}/bin/gamemode"