Don't do fancy compositing for i3lock
This commit is contained in:
parent
826e0c6943
commit
dd26c05db8
1 changed files with 8 additions and 4 deletions
|
@ -117,7 +117,8 @@
|
|||
'("name = 'mowedline'"
|
||||
"class_g = 'trayer'"
|
||||
"bounding_shaped"
|
||||
"class_g = 'xfreerdp'"))
|
||||
"class_g = 'xfreerdp'"
|
||||
"class_g = 'i3lock'"))
|
||||
(wintypes
|
||||
'((dnd (shadow . #f))
|
||||
(dock (shadow . #f))))
|
||||
|
@ -134,13 +135,16 @@
|
|||
(blur-background-fixed #t)
|
||||
(blur-background-exclude
|
||||
'("name *= 'rofi'"
|
||||
"class_g = 'xfreerdp'"))
|
||||
"class_g = 'xfreerdp'"
|
||||
"class_g = 'i3lock'"))
|
||||
(focus-exclude
|
||||
'("name *= 'rofi'"
|
||||
"class_g = 'xfreerdp'"))
|
||||
"class_g = 'xfreerdp'"
|
||||
"class_g = 'i3lock'"))
|
||||
(fading #t)
|
||||
(fade-exclude
|
||||
`("class_g = 'xfreerdp'"))
|
||||
`("class_g = 'xfreerdp'"
|
||||
"class_g = 'i3lock'"))
|
||||
(fade-in-step 3)
|
||||
(fade-out-step 3))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue