niri: fullscreen Steam Big Picture mode

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
funman300
2026-07-10 09:59:27 -07:00
parent dc810ed2a6
commit 400d81ff73
+13
View File
@@ -184,3 +184,16 @@ window-rule {
off
}
}
// Steam Big Picture mode: open fullscreen, borderless
window-rule {
match app-id="^steam$" title="^Steam Big Picture Mode$"
open-fullscreen true
open-floating false
border {
off
}
focus-ring {
off
}
}