diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-12 13:37:13 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-12 13:37:13 +0200 |
| commit | 15d50528cf86e93bad19f65f1e4b47af49e94d71 (patch) | |
| tree | caaa600a8f38df84dc269a3844d276393e90262c /home/rices/schrottkatze/niri/kdl/quirks.kdl | |
| parent | 72ee2b5a1e65ce804d6e1dcfd11aec06385594cc (diff) | |
Nuked everything
Diffstat (limited to 'home/rices/schrottkatze/niri/kdl/quirks.kdl')
| -rw-r--r-- | home/rices/schrottkatze/niri/kdl/quirks.kdl | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/home/rices/schrottkatze/niri/kdl/quirks.kdl b/home/rices/schrottkatze/niri/kdl/quirks.kdl deleted file mode 100644 index 07fa886..0000000 --- a/home/rices/schrottkatze/niri/kdl/quirks.kdl +++ /dev/null @@ -1,42 +0,0 @@ -// 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 -} |
