mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
window casting rule
This commit is contained in:
parent
bcb5312c6e
commit
4fbafa55d1
1 changed files with 9 additions and 0 deletions
|
@ -169,6 +169,15 @@ animations {
|
|||
}
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match is-window-cast-target=true
|
||||
border {
|
||||
on
|
||||
active-color "#ff5555"
|
||||
inactive-color "#ff5555"
|
||||
width 2
|
||||
}
|
||||
}
|
||||
window-rule {
|
||||
match app-id=r#"^foot$"#
|
||||
default-column-width { proportion 0.3333; }
|
||||
|
|
Loading…
Add table
Reference in a new issue