From ff7897e8f07e26453530a6a8b824bab4ad49c3c0 Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Sat, 3 Jan 2026 16:29:09 +0000 Subject: [PATCH] Default some apps to fullscreen on crow --- hosts/physical/crow/host-configs/niri/config.kdl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/hosts/physical/crow/host-configs/niri/config.kdl b/hosts/physical/crow/host-configs/niri/config.kdl index 87b98aa..be7178f 100644 --- a/hosts/physical/crow/host-configs/niri/config.kdl +++ b/hosts/physical/crow/host-configs/niri/config.kdl @@ -113,6 +113,22 @@ window-rule { clip-to-geometry true } +// Open these apps fullscreen +window-rule { + match app-id = "brave-brower" + open-fullscreen true +} + +window-rule { + match app-id = "vesktop" + open-fullscreen true +} + +window-rule { + match app-id = "steam" + open-fullscreen true +} + binds { // Keys consist of modifiers separated by + signs, followed by an XKB key name // in the end. To find an XKB name for a particular key, you may use a program