Fix kdl syntax errors
This commit is contained in:
parent
ff7897e8f0
commit
95a0e7beef
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue