From 95a0e7beef47a194e58d54dfac5beab505a58a93 Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Sat, 3 Jan 2026 16:32:05 +0000 Subject: [PATCH] Fix kdl syntax errors --- hosts/physical/crow/host-configs/niri/config.kdl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/physical/crow/host-configs/niri/config.kdl b/hosts/physical/crow/host-configs/niri/config.kdl index be7178f..585b7d9 100644 --- a/hosts/physical/crow/host-configs/niri/config.kdl +++ b/hosts/physical/crow/host-configs/niri/config.kdl @@ -115,17 +115,17 @@ window-rule { // Open these apps fullscreen window-rule { - match app-id = "brave-brower" + match app-id="brave-brower" open-fullscreen true } window-rule { - match app-id = "vesktop" + match app-id="vesktop" open-fullscreen true } window-rule { - match app-id = "steam" + match app-id="steam" open-fullscreen true }