2025-03-27 01:55:30 +01:00
|
|
|
{...}: {
|
2025-03-27 02:56:33 +01:00
|
|
|
programs.niri.settings = {
|
|
|
|
window-rules = [
|
|
|
|
# handle steam grabbing focus 1000 times on startup
|
|
|
|
{
|
|
|
|
matches = [
|
|
|
|
{
|
|
|
|
app-id = "steam";
|
|
|
|
}
|
|
|
|
];
|
|
|
|
open-focused = false;
|
|
|
|
}
|
|
|
|
];
|
2025-03-27 01:55:30 +01:00
|
|
|
|
2025-03-27 02:56:33 +01:00
|
|
|
# fix electron apps not doing wayland
|
|
|
|
environment.ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
|
|
|
};
|
2025-03-27 01:55:30 +01:00
|
|
|
}
|