From 24aa77a6cfe50999a34f86d598c2c5b711dab359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saull=20Brand=C3=A3o?= Date: Mon, 21 Jul 2025 19:54:30 -0300 Subject: [PATCH] Add F11 keybind to toggle fullscreen for active window in hyprland (#273) --- 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 6dcc37a..4b9224a 100644 --- a/default/hypr/bindings/tiling.conf +++ b/default/hypr/bindings/tiling.conf @@ -5,6 +5,7 @@ bind = SUPER, W, killactive, bind = SUPER, J, togglesplit, # dwindle bind = SUPER, P, pseudo, # dwindle bind = SUPER, V, togglefloating, +bind = , F11, fullscreen, 0 # Move focus with mainMod + arrow keys bind = SUPER, left, movefocus, l