Fix typo in brave app-id in niri config for crow

This commit is contained in:
KnightArtorias 2026-01-03 16:48:19 +00:00
parent 96a4445bb2
commit 50f2ede60e

View file

@ -114,18 +114,18 @@ window-rule {
// Open these apps fullscreen // Open these apps fullscreen
window-rule { window-rule {
match app-id="^brave-brower$" match app-id="^brave-browser$"
open-fullscreen true open-maximized true
} }
window-rule { window-rule {
match app-id="^vesktop$" match app-id="^vesktop$"
open-fullscreen true open-maximized true
} }
window-rule { window-rule {
match app-id="^steam$" match app-id="^steam$"
open-fullscreen true open-maximized true
} }
binds { binds {