From 72ed01835158c88819b2e1f5c373fbaeccf6ea48 Mon Sep 17 00:00:00 2001 From: pph Date: Thu, 12 Mar 2026 09:35:33 +0100 Subject: [PATCH] fix type Signed-off-by: pph --- home/system/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index 4210322..a514b19 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -139,7 +139,7 @@ in { windowrule = [ "match:class .*, suppress_event maximize" - "match:class brave-browser, suppressevent float" + "match:class brave-browser, suppress_event float" "match:class brave-browser, sync_fullscreen 0"