skipper: add window rule for virt-manager

This commit is contained in:
Adithya 2024-09-25 22:51:36 +05:30
parent 5b15ff6a4f
commit b346a0580e
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -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
}