Try to fix transparency of xfreerdp
This commit is contained in:
parent
95395ddf69
commit
05ba6544e2
2 changed files with 8 additions and 3 deletions
|
@ -117,7 +117,7 @@
|
||||||
'("name = 'mowedline'"
|
'("name = 'mowedline'"
|
||||||
"class_g = 'trayer'"
|
"class_g = 'trayer'"
|
||||||
"bounding_shaped"
|
"bounding_shaped"
|
||||||
"name = 'xfreerdp'"))
|
"class_g = 'xfreerdp'"))
|
||||||
(wintypes
|
(wintypes
|
||||||
'((dnd (shadow . #f))
|
'((dnd (shadow . #f))
|
||||||
(dock (shadow . #f))))
|
(dock (shadow . #f))))
|
||||||
|
@ -134,11 +134,13 @@
|
||||||
(blur-background-fixed #t)
|
(blur-background-fixed #t)
|
||||||
(blur-background-exclude
|
(blur-background-exclude
|
||||||
'("name *= 'rofi'"
|
'("name *= 'rofi'"
|
||||||
"name = 'xfreerdp'"))
|
"class_g = 'xfreerdp'"))
|
||||||
(focus-exclude
|
(focus-exclude
|
||||||
'("name *= 'rofi'"
|
'("name *= 'rofi'"
|
||||||
"name = 'xfreerdp'"))
|
"class_g = 'xfreerdp'"))
|
||||||
(fading #t)
|
(fading #t)
|
||||||
|
(fade-exclude
|
||||||
|
`("class_g = 'xfreerdp'"))
|
||||||
(fade-in-step 3)
|
(fade-in-step 3)
|
||||||
(fade-out-step 3))))
|
(fade-out-step 3))))
|
||||||
|
|
||||||
|
|
|
@ -146,6 +146,9 @@
|
||||||
(fading
|
(fading
|
||||||
(boolean #f)
|
(boolean #f)
|
||||||
"Fade windows in/out when opening/closing and when opacity changes, unless no-fading-openclose is set")
|
"Fade windows in/out when opening/closing and when opacity changes, unless no-fading-openclose is set")
|
||||||
|
(fade-exclude
|
||||||
|
(list '())
|
||||||
|
"Specify a list of conditions of windows that should not be faded.")
|
||||||
(fade-in-step
|
(fade-in-step
|
||||||
(percentage 2.8)
|
(percentage 2.8)
|
||||||
"Opacity change between steps while fading in")
|
"Opacity change between steps while fading in")
|
||||||
|
|
Loading…
Reference in a new issue