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 = [
|
||||
# handle steam grabbing focus 1000 times on startup
|
||||
{
|
||||
matches = [
|
||||
{
|
||||
app-id = "steam";
|
||||
}
|
||||
];
|
||||
open-focused = false;
|
||||
}
|
||||
];
|
||||
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";
|
||||
# fix electron apps not doing wayland
|
||||
environment.ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue