diff options
| author | ryukamish <[email protected]> | 2026-02-24 12:28:42 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-02-24 12:28:42 +0530 |
| commit | d29d3ad23761c81b9113835a4d52a5e074055a73 (patch) | |
| tree | 2801c07da956bef663925fc1a2664831c9e04fa3 /niri/cfg/window-rules.kdl | |
| parent | d18584e4c38ed8d9fd4368330e5e895ace7e71b4 (diff) | |
feat: small changes for quality of life
Diffstat (limited to 'niri/cfg/window-rules.kdl')
| -rw-r--r-- | niri/cfg/window-rules.kdl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/niri/cfg/window-rules.kdl b/niri/cfg/window-rules.kdl index cd6d060..2da5946 100644 --- a/niri/cfg/window-rules.kdl +++ b/niri/cfg/window-rules.kdl @@ -10,6 +10,13 @@ window-rule { default-column-width { proportion 0.4; } } +window-rule { + match app-id="zen" + match app-id="chromium" + + open-maximized-to-edges true +} + // Rounded cornors for all windows window-rule { geometry-corner-radius 12 |
