From 400d81ff73718f1c972ac932056996830d05fd32 Mon Sep 17 00:00:00 2001 From: funman300 Date: Fri, 10 Jul 2026 09:59:27 -0700 Subject: [PATCH] niri: fullscreen Steam Big Picture mode Co-Authored-By: Claude Opus 4.8 (1M context) --- niri/config.kdl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/niri/config.kdl b/niri/config.kdl index b6ce783..c8eb276 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -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 + } +}