do some moving

This commit is contained in:
Schrottkatze 2025-03-27 20:06:54 +01:00
commit 49298541e5
No known key found for this signature in database
40 changed files with 13 additions and 16 deletions

View file

@ -0,0 +1,18 @@
{...}: {
programs.niri.settings = {
window-rules = [
# handle steam grabbing focus 1000 times on startup
{
matches = [
{
app-id = "steam";
}
];
open-focused = false;
}
];
# fix electron apps not doing wayland
environment.ELECTRON_OZONE_PLATFORM_HINT = "auto";
};
}