skipper: add window rule for virt-manager
This commit is contained in:
parent
5b15ff6a4f
commit
b346a0580e
1 changed files with 11 additions and 0 deletions
|
@ -71,6 +71,17 @@ layout {
|
|||
}
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id="virt-manager" title="Virtual Machine Manager"
|
||||
default-column-width { proportion 0.25; }
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id="virt-manager"
|
||||
exclude title="Virtual Machine Manager"
|
||||
default-column-width { proportion 0.75; }
|
||||
}
|
||||
|
||||
hotkey-overlay {
|
||||
skip-at-startup
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue