Fix kdl syntax errors

This commit is contained in:
KnightArtorias 2026-01-03 16:32:05 +00:00
parent ff7897e8f0
commit 95a0e7beef

View file

@ -115,17 +115,17 @@ window-rule {
// Open these apps fullscreen // Open these apps fullscreen
window-rule { window-rule {
match app-id = "brave-brower" match app-id="brave-brower"
open-fullscreen true open-fullscreen true
} }
window-rule { window-rule {
match app-id = "vesktop" match app-id="vesktop"
open-fullscreen true open-fullscreen true
} }
window-rule { window-rule {
match app-id = "steam" match app-id="steam"
open-fullscreen true open-fullscreen true
} }