From d11d30ac318ab588f2f3d69838217347178229de Mon Sep 17 00:00:00 2001 From: Brian Blakely Date: Mon, 20 Oct 2025 08:27:49 -0400 Subject: [PATCH] Add binding for tiled full screen toggle (#2598) This seems niche, but you might like it. Binds Super + Ctrl + F to force-tile a fullscreen app. It works nice for things including running games in a tile or watching YouTube in a pip tile without needing to configure these apps specifically to do so. --- default/hypr/bindings/tiling-v2.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/default/hypr/bindings/tiling-v2.conf b/default/hypr/bindings/tiling-v2.conf index 85f6021..4523a1e 100644 --- a/default/hypr/bindings/tiling-v2.conf +++ b/default/hypr/bindings/tiling-v2.conf @@ -7,6 +7,7 @@ bindd = SUPER, J, Toggle split, togglesplit, # dwindle bindd = SUPER, P, Pseudo window, pseudo, # dwindle bindd = SUPER, T, Toggle floating, togglefloating, bindd = SUPER, F, Force full screen, fullscreen, 0 +bindd = SUPER CTRL, F, Tiled full screen, fullscreenstate, 0 2 bindd = SUPER ALT, F, Full width, fullscreen, 1 # Move focus with SUPER + arrow keys