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 {
|
||||
|
||||
shadow {
|
||||
on
|
||||
spread 0
|
||||
softness 20
|
||||
// offset x=1 y=-1
|
||||
offset x=0 y=0
|
||||
draw-behind-window true
|
||||
}
|
||||
clip-to-geometry true
|
||||
geometry-corner-radius 8
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match is-active=false
|
||||
shadow {
|
||||
softness 20
|
||||
}
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match is-active=true
|
||||
shadow {
|
||||
softness 10
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
binds {
|
||||
Mod+Shift+Slash { show-hotkey-overlay; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue