mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
asdf
This commit is contained in:
parent
b331079ee4
commit
1ef84dc9f2
1 changed files with 17 additions and 4 deletions
|
@ -204,17 +204,30 @@ window-rule {
|
||||||
|
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
on
|
on
|
||||||
spread 0
|
offset x=0 y=0
|
||||||
softness 20
|
draw-behind-window true
|
||||||
// offset x=1 y=-1
|
|
||||||
}
|
}
|
||||||
clip-to-geometry true
|
clip-to-geometry true
|
||||||
geometry-corner-radius 8
|
geometry-corner-radius 8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window-rule {
|
||||||
|
match is-active=false
|
||||||
|
shadow {
|
||||||
|
softness 20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
window-rule {
|
||||||
|
match is-active=true
|
||||||
|
shadow {
|
||||||
|
softness 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
binds {
|
binds {
|
||||||
Mod+Shift+Slash { show-hotkey-overlay; }
|
Mod+Shift+Slash { show-hotkey-overlay; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue