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