From 4f646171214ed43dea1c476bb9f8d92ee3b601fd Mon Sep 17 00:00:00 2001 From: tjh Date: Thu, 18 Sep 2025 11:32:52 +0100 Subject: [PATCH] niri: update config --- .config/niri/config.kdl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index 53ae03c..77cefb0 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -1,4 +1,4 @@ -debug { wait-for-frame-completion-in-pipewire; } +//debug { wait-for-frame-completion-in-pipewire; } input { keyboard { @@ -12,7 +12,7 @@ input { // Primary Monitor output "DP-2" { scale 1 - position x=0 y=840 + position x=0 y=640 } // Secondary Monitor @@ -81,6 +81,13 @@ window-rule { open-floating true } +// Ensure the GameGuard popup for Helldivers 2 doesn't float in front of the +// main window. +window-rule { + match app-id=r#"^steam_app_553850$"# + open-floating false +} + window-rule { match app-id=r#"firefox$"# title="tjh.dev Mail — Mozilla Firefox$|Gmail — Mozilla Firefox$" block-out-from "screen-capture" -- 2.51.2