Default some apps to fullscreen on crow
This commit is contained in:
parent
6ff1beea07
commit
ff7897e8f0
1 changed files with 16 additions and 0 deletions
|
|
@ -113,6 +113,22 @@ window-rule {
|
|||
clip-to-geometry true
|
||||
}
|
||||
|
||||
// Open these apps fullscreen
|
||||
window-rule {
|
||||
match app-id = "brave-brower"
|
||||
open-fullscreen true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id = "vesktop"
|
||||
open-fullscreen true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id = "steam"
|
||||
open-fullscreen true
|
||||
}
|
||||
|
||||
binds {
|
||||
// Keys consist of modifiers separated by + signs, followed by an XKB key name
|
||||
// in the end. To find an XKB name for a particular key, you may use a program
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue