summaryrefslogtreecommitdiff
path: root/niri/cfg
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-04-30 12:07:09 +0530
committerryukamish <[email protected]>2026-04-30 12:07:09 +0530
commit56522043e0d1532eee5a27e5f2220c7a9739e0d0 (patch)
treeae5a03320f7b46139bd9a339510dbc6a6849fb27 /niri/cfg
parent5f8939208fbc6c8040b44d812280ddb0bfccf27f (diff)
add: more browser variables to open in maximized state
Diffstat (limited to 'niri/cfg')
-rw-r--r--niri/cfg/window-rules.kdl4
1 files changed, 3 insertions, 1 deletions
diff --git a/niri/cfg/window-rules.kdl b/niri/cfg/window-rules.kdl
index f2b6ff3..848a8fb 100644
--- 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
}