From 39f514bd9611576f6f4833f9b62cbe046e85a6d7 Mon Sep 17 00:00:00 2001 From: Jack Mechem Date: Mon, 9 Feb 2026 19:48:50 -0800 Subject: [PATCH] Add binding --- modules/home-manager/hyprland-desktop.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home-manager/hyprland-desktop.nix b/modules/home-manager/hyprland-desktop.nix index c38dabf..d2fbb64 100644 --- a/modules/home-manager/hyprland-desktop.nix +++ b/modules/home-manager/hyprland-desktop.nix @@ -57,6 +57,7 @@ input { kb_rules = follow_mouse = 1 + mouse_refocus = false touchpad { natural_scroll = no @@ -154,6 +155,7 @@ windowrulev2 = float,class:^(solaar)$ windowrulev2 = float,class:^(rice-settings)$ + # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER @@ -185,6 +187,9 @@ bind = $mainMod, V, togglesplit, # dwindle bind = $mainMod, M, fullscreen, 1 bind = $mainMod, F, fullscreen, 0 +# mouse_refocus = false work around since I need this set to false for zoom to work properly... +bind = $mainMod, Escape, focuscurrentorlast + # Hide Bar bind = $mainMod SHIFT, P, exec, killall ags || exec ags