fix quirks.nix
This commit is contained in:
parent
ac251e6d90
commit
4488cbcf1b
1 changed files with 15 additions and 13 deletions
|
@ -1,16 +1,18 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
window-rules = [
|
programs.niri.settings = {
|
||||||
# handle steam grabbing focus 1000 times on startup
|
window-rules = [
|
||||||
{
|
# handle steam grabbing focus 1000 times on startup
|
||||||
matches = [
|
{
|
||||||
{
|
matches = [
|
||||||
app-id = "steam";
|
{
|
||||||
}
|
app-id = "steam";
|
||||||
];
|
}
|
||||||
open-focused = false;
|
];
|
||||||
}
|
open-focused = false;
|
||||||
];
|
}
|
||||||
|
];
|
||||||
|
|
||||||
# fix electron apps not doing wayland
|
# fix electron apps not doing wayland
|
||||||
environment.ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
environment.ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue