Fix typo in brave app-id in niri config for crow
This commit is contained in:
parent
96a4445bb2
commit
50f2ede60e
1 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue