diff --git a/modules/desktop/home/niri/quirks.nix b/modules/desktop/home/niri/quirks.nix index 879918a..070f2fd 100644 --- a/modules/desktop/home/niri/quirks.nix +++ b/modules/desktop/home/niri/quirks.nix @@ -1,13 +1,15 @@ -{...}: { +{pkgs, ...}: { + home.packages = [pkgs.gamescope]; programs.niri.settings = { window-rules = [ { # handle steam grabbing focus 1000 times on startup matches = [ - { - app-id = "steam"; - } + {app-id = "steam";} + ]; + excludes = [ + {title = "(Guild Wars 2)";} ]; open-focused = false; }