commit 56522043e0d1532eee5a27e5f2220c7a9739e0d0
parent 5f8939208fbc6c8040b44d812280ddb0bfccf27f
Author: ryukamish <[email protected]>
Date: Thu, 30 Apr 2026 12:07:09 +0530
add: more browser variables to open in maximized state
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/niri/cfg/window-rules.kdl b/niri/cfg/window-rules.kdl
@@ -13,10 +13,12 @@ window-rule {
window-rule {
match app-id="zen"
- match app-id="chromium"
+ match app-id="firefox"
+ match app-id="Chromium"
match app-id="google-chrome"
match app-id="brave-browser"
match app-id="librewolf"
+ match app-id="helium-browser"
open-maximized true
}