From 26ca9558157131b085fc311182bdf89800acad64 Mon Sep 17 00:00:00 2001 From: Leonhard Kost Date: Sat, 8 Nov 2025 17:03:35 +0100 Subject: [PATCH] Tweak open terminal keybind --- modules/home-manager/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/hyprland/default.nix b/modules/home-manager/hyprland/default.nix index 5ae70b4..71b2257 100644 --- a/modules/home-manager/hyprland/default.nix +++ b/modules/home-manager/hyprland/default.nix @@ -39,11 +39,11 @@ ]; "$mod" = "SUPER"; bind = [ - "ALT,Return,exec,kitty" "ALTSHIFT,Q,killactive," "ALT,V,togglefloating," "ALT,F,fullscreen,1" "ALTSHIFT,F,fullscreen,0" + "$mod,Return,exec,kitty" "$mod,F,exec,firefox" "ALT,H,movefocus,l"