this repo has no description

niri: update config

tjh.dev 4f646171 16fb126f

verified
Changed files
+9 -2
.config
niri
+9 -2
.config/niri/config.kdl
··· 1 - debug { wait-for-frame-completion-in-pipewire; } 1 + //debug { wait-for-frame-completion-in-pipewire; } 2 2 3 3 input { 4 4 keyboard { ··· 12 12 // Primary Monitor 13 13 output "DP-2" { 14 14 scale 1 15 - position x=0 y=840 15 + position x=0 y=640 16 16 } 17 17 18 18 // Secondary Monitor ··· 79 79 window-rule { 80 80 match app-id=r#"^obs$"# title="Add|Create|Select|Properties" 81 81 open-floating true 82 + } 83 + 84 + // Ensure the GameGuard popup for Helldivers 2 doesn't float in front of the 85 + // main window. 86 + window-rule { 87 + match app-id=r#"^steam_app_553850$"# 88 + open-floating false 82 89 } 83 90 84 91 window-rule {