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
|
||||
window-rule {
|
||||
match app-id="^brave-brower$"
|
||||
open-fullscreen true
|
||||
match app-id="^brave-browser$"
|
||||
open-maximized true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id="^vesktop$"
|
||||
open-fullscreen true
|
||||
open-maximized true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id="^steam$"
|
||||
open-fullscreen true
|
||||
open-maximized true
|
||||
}
|
||||
|
||||
binds {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue