diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-10 12:13:47 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-10 12:13:47 +0200 |
| commit | 66888f3eea130323987ca9aa890085057b8ebd34 (patch) | |
| tree | 172d4298104e184bd3bf2328cbf31002972610c6 /home/rices/schrottkatze/niri/kdl/quirks.kdl | |
| parent | 5d8400b07056fe72995a6abaa4d42ed52b55c81b (diff) | |
Add schrottkatze rice: Niri compositor config
KDL configs for keybindings, styling (trans flag gradient borders),
workspaces (social/browser), input, privacy, app quirks, overview.
Includes arc.frag window-open shader, cpdate.sh script, wallpaper.
Diffstat (limited to 'home/rices/schrottkatze/niri/kdl/quirks.kdl')
| -rw-r--r-- | home/rices/schrottkatze/niri/kdl/quirks.kdl | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/home/rices/schrottkatze/niri/kdl/quirks.kdl b/home/rices/schrottkatze/niri/kdl/quirks.kdl new file mode 100644 index 0000000..07fa886 --- /dev/null +++ b/home/rices/schrottkatze/niri/kdl/quirks.kdl @@ -0,0 +1,42 @@ +// handle steam grabbing focus 1000 times on startup +window-rule { + match app-id="steam" title="Steam" + open-focused false +} + +// position steam notifs correctly: https://github.com/YaLTeR/niri/wiki/Application-Issues +window-rule { + match app-id="steam" title="^notificationtoasts_[\\d]+_desktop$" + open-focused false + border { off; } + shadow { off; } + baba-is-float false + default-floating-position relative-to="bottom-right" x=0 y=0 +} + +// fix guild wars +window-rule { + match app-id="steam_app_1284210" title="Guild Wars 2" + match app-id="(steam_app_[0-9]+|[Mm]inecraft.*|gamescope)" + border { off; } + shadow { off; } +} + +window-rule { + match app-id="chromium-browser" + geometry-corner-radius 6 6 1 1 +} + +window-rule { + match app-id="vesktop" is-floating=true + geometry-corner-radius 6 +} + +environment { + ELECTRON_OZONE_PLATFORM_HINT "auto" +} + +window-rule { + match app-id="zenity" + geometry-corner-radius 16 +} |
