summaryrefslogtreecommitdiff
path: root/niri/cfg/window-rules.kdl
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-03-03 18:01:00 +0530
committerryukamish <[email protected]>2026-03-03 18:01:00 +0530
commit0085f9ba74bcefa2516c0de4463ab214557c46d7 (patch)
treecf462e6cdf1278e8cb9ea76b22f5f5cb4059823b /niri/cfg/window-rules.kdl
parent6e7314a5ad1e08cc1571bf8e63728f10e63f6850 (diff)
some fixes here and there
Diffstat (limited to 'niri/cfg/window-rules.kdl')
-rw-r--r--niri/cfg/window-rules.kdl7
1 files changed, 4 insertions, 3 deletions
diff --git a/niri/cfg/window-rules.kdl b/niri/cfg/window-rules.kdl
index f218a33..bff3ba4 100644
--- a/niri/cfg/window-rules.kdl
+++ b/niri/cfg/window-rules.kdl
@@ -14,20 +14,21 @@ window-rule {
match app-id="zen"
match app-id="chromium"
match app-id="google-chrome"
+ match app-id="brave-browser"
-
- open-maximized-to-edges true
+ open-maximized true
}
window-rule {
match app-id="TUI.float"
+ match app-id=r#"zen"# title="Raindrop"
open-floating true
}
// Rounded cornors for all windows
window-rule {
- geometry-corner-radius 12
+// geometry-corner-radius 12
clip-to-geometry true
}