more quirks (because we didn't have enough already huh)

This commit is contained in:
Schrottkatze 2025-03-29 17:34:20 +01:00
parent cf3904423e
commit 62ea077ae9
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

View file

@ -1,13 +1,15 @@
{...}: { {pkgs, ...}: {
home.packages = [pkgs.gamescope];
programs.niri.settings = { programs.niri.settings = {
window-rules = [ window-rules = [
{ {
# handle steam grabbing focus 1000 times on startup # handle steam grabbing focus 1000 times on startup
matches = [ matches = [
{ {app-id = "steam";}
app-id = "steam"; ];
} excludes = [
{title = "(Guild Wars 2)";}
]; ];
open-focused = false; open-focused = false;
} }