From 205bcd7be89ced335a47d7a783a0de9c1e79a14b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 24 Jul 2025 16:13:36 -0400 Subject: [PATCH] Hyprland fullscreen may conflict with the app-specific fullscreen, so need a separate key This is the case with Typora which will retain its ugly menu bar when Hyprland does the fullscreening, but be beautifully bare when its doing its own fullscreening. The best would be if we could make F11 work such that the app got a shot at fullscreening first, then if it wasn't capable, we let Hyprland do it. But not sure there's a way to do that? --- default/hypr/bindings/tiling.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/bindings/tiling.conf b/default/hypr/bindings/tiling.conf index 4b9224a..1176e19 100644 --- a/default/hypr/bindings/tiling.conf +++ b/default/hypr/bindings/tiling.conf @@ -5,7 +5,7 @@ bind = SUPER, W, killactive, bind = SUPER, J, togglesplit, # dwindle bind = SUPER, P, pseudo, # dwindle bind = SUPER, V, togglefloating, -bind = , F11, fullscreen, 0 +bind = SHIFT, F11, fullscreen, 0 # Move focus with mainMod + arrow keys bind = SUPER, left, movefocus, l