From 761a51fac00f7dec05d411d4fe1a0299f00363aa Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 16 Sep 2025 21:57:14 +0200 Subject: [PATCH] Add ALT + F11 to go full width on a window Closes #1679 Co-authored-by: @c4software --- default/hypr/bindings/tiling.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/default/hypr/bindings/tiling.conf b/default/hypr/bindings/tiling.conf index 9e9afef9..ff2437b9 100644 --- a/default/hypr/bindings/tiling.conf +++ b/default/hypr/bindings/tiling.conf @@ -7,6 +7,7 @@ bindd = SUPER, J, Toggle split, togglesplit, # dwindle bindd = SUPER, P, Pseudo window, pseudo, # dwindle bindd = SUPER, V, Toggle floating, togglefloating, bindd = SHIFT, F11, Force full screen, fullscreen, 0 +bindd = ALT, F11, Full width, fullscreen, 1 # Move focus with SUPER + arrow keys bindd = SUPER, left, Move focus left, movefocus, l