move desktop shit again
This commit is contained in:
parent
df0ffea214
commit
500c18b76a
41 changed files with 69 additions and 69 deletions
18
modules/desktop/home/niri/quirks.nix
Normal file
18
modules/desktop/home/niri/quirks.nix
Normal 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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue