From 6e26cc62aa6298b8f14aed7717b14aee462ff836 Mon Sep 17 00:00:00 2001 From: funman300 Date: Fri, 10 Jul 2026 10:04:19 -0700 Subject: [PATCH] niri: drop Steam Big Picture fullscreen rule Big Picture reuses the existing client window (title change only), so the open-fullscreen rule never fires on toggle; unused, removing it. Co-Authored-By: Claude Opus 4.8 (1M context) --- niri/config.kdl | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/niri/config.kdl b/niri/config.kdl index c8eb276..b6ce783 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -184,16 +184,3 @@ 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 - } -}