mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Prettify compton a little bit more
This commit is contained in:
parent
5b637d5e11
commit
a1a4ffcc5f
@ -17,7 +17,7 @@ shadow-ignore-shaped = true; # Avoid drawing shadow on all shaped windows
|
|||||||
|
|
||||||
# Opacity
|
# Opacity
|
||||||
menu-opacity = 0.9; # The opacity for menus. (default 1.0)
|
menu-opacity = 0.9; # The opacity for menus. (default 1.0)
|
||||||
inactive-opacity = 0.9; # Default opacity of inactive windows. (0.0 - 1.0)
|
inactive-opacity = 0.8; # Default opacity of inactive windows. (0.0 - 1.0)
|
||||||
active-opacity = 1.0; # Default opacity for active windows. (0.0 - 1.0)
|
active-opacity = 1.0; # Default opacity for active windows. (0.0 - 1.0)
|
||||||
frame-opacity = 1.0; # Opacity of window titlebars and borders. (0.1 - 1.0)
|
frame-opacity = 1.0; # Opacity of window titlebars and borders. (0.1 - 1.0)
|
||||||
inactive-opacity-override = true; # Let inactive opacity set by 'inactive-opacity' overrides
|
inactive-opacity-override = true; # Let inactive opacity set by 'inactive-opacity' overrides
|
||||||
@ -27,18 +27,19 @@ alpha-step = 0.06; # XRender backend: Step size for alpha pictures. Increasin
|
|||||||
# Yet f ading may look bad.
|
# Yet f ading may look bad.
|
||||||
# inactive-dim = 0.2; # Dim inactive windows. (0.0 - 1.0)
|
# inactive-dim = 0.2; # Dim inactive windows. (0.0 - 1.0)
|
||||||
#inactive-dim-fixed = true; # Do not let dimness adjust based on window opacity.
|
#inactive-dim-fixed = true; # Do not let dimness adjust based on window opacity.
|
||||||
|
inactive-opacity-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
|
||||||
blur-background = true; # Blur background of transparent windows.
|
blur-background = true; # Blur background of transparent windows.
|
||||||
blur-background-frame = true; # Blur background of opaque windows with transparent
|
blur-background-frame = true; # Blur background of opaque windows with transparent
|
||||||
# frames as well.
|
# frames as well.
|
||||||
blur-background-fixed = true; # Do not let blur radius adjust based on window opacity.
|
blur-background-fixed = true; # Do not let blur radius adjust based on window opacity.
|
||||||
inactive-opacity-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
|
|
||||||
# Exclude conditions for background blur.
|
# Exclude conditions for background blur.
|
||||||
|
blur-kern = "5,5,0.894839,0.932912,0.945959,0.932912,0.894839,0.932912,0.972604,0.986207,0.972604,0.932912,0.945959,0.986207,0.986207,0.945959,0.932912,0.972604,0.986207,0.972604,0.932912,0.894839,0.932912,0.945959,0.932912,0.894839"
|
||||||
|
|
||||||
# Fading
|
# Fading
|
||||||
fading = true; # Fade windows during opacity changes.
|
fading = true; # Fade windows during opacity changes.
|
||||||
# fade-delta = 16; # The time between steps in a fade in milliseconds. (default 10).
|
# fade-delta = 16; # The time between steps in a fade in milliseconds. (default 10).
|
||||||
fade-in-step = 0.026; # Opacity change between steps while fading in. (default 0.028).
|
fade-in-step = 0.025; # Opacity change between steps while fading in. (default 0.028).
|
||||||
fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
|
fade-out-step = 0.02; # Opacity change between steps while fading out. (default 0.03).
|
||||||
# no-fading-openclose = true; # Avoid fade windows in/out when opening/closing.
|
# no-fading-openclose = true; # Avoid fade windows in/out when opening/closing.
|
||||||
# fade-exclude = [ ]; # Exclude conditions for fading.
|
# fade-exclude = [ ]; # Exclude conditions for fading.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user