From 4322ca33db7565b432ef8300a5c8ebc55cc2891b Mon Sep 17 00:00:00 2001 From: Hadi Date: Thu, 28 May 2026 11:43:17 +0200 Subject: [PATCH] windowrules for helium Signed-off-by: Hadi --- home/system/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index 09aa870..1ef8667 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -123,6 +123,8 @@ in { windowrule = [ "match:class .*, suppress_event maximize" + "match:class helium, suppress_event fullscreen" + "match:class helium, sync_fullscreen false" "match:class proton-authenticator, float on" "match:class proton-authenticator, center on"