From 3d4099c97b775492855919e8c3c5e78b68087600 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:29:03 +0100 Subject: [PATCH] Fix brave fullscreen Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/system/hyprland/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index 51aec9c..708512f 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -139,10 +139,15 @@ in { gesture = "3, horizontal, workspace"; windowrule = [ + "match:class .*, suppress_event maximize" + + "match:class brave-browser, fullscreen_state 0 2" + "match:class brave-browser, sync_fullscreen 0" + "match:class proton-authenticator, float on" - "match:class proton-authenticator, suppress_event maximize" "match:class proton-authenticator, center on" "match:class proton-authenticator, size 500 400" + "match:class protonvpn-app, float on" "match:class protonvpn-app, center on" "match:class protonvpn-app, size 500 400"