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'"
|
||||
"class_g = 'trayer'"
|
||||
"bounding_shaped"
|
||||
"name = 'xfreerdp'"))
|
||||
"class_g = 'xfreerdp'"))
|
||||
(wintypes
|
||||
'((dnd (shadow . #f))
|
||||
(dock (shadow . #f))))
|
||||
|
@ -134,11 +134,13 @@
|
|||
(blur-background-fixed #t)
|
||||
(blur-background-exclude
|
||||
'("name *= 'rofi'"
|
||||
"name = 'xfreerdp'"))
|
||||
"class_g = 'xfreerdp'"))
|
||||
(focus-exclude
|
||||
'("name *= 'rofi'"
|
||||
"name = 'xfreerdp'"))
|
||||
"class_g = 'xfreerdp'"))
|
||||
(fading #t)
|
||||
(fade-exclude
|
||||
`("class_g = 'xfreerdp'"))
|
||||
(fade-in-step 3)
|
||||
(fade-out-step 3))))
|
||||
|
||||
|
|
|
@ -146,6 +146,9 @@
|
|||
(fading
|
||||
(boolean #f)
|
||||
"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
|
||||
(percentage 2.8)
|
||||
"Opacity change between steps while fading in")
|
||||
|
|
Loading…
Reference in a new issue