[compton] Add shadows
This commit is contained in:
parent
8a25de3d11
commit
9727d5db69
1 changed files with 5 additions and 7 deletions
12
compton.conf
12
compton.conf
|
@ -56,21 +56,19 @@ glx-swap-method = "undefined";
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
# Enabled client-side shadows on windows.
|
# Enabled client-side shadows on windows.
|
||||||
shadow = false;
|
shadow = true;
|
||||||
# Don't draw shadows on DND windows.
|
# Don't draw shadows on DND windows.
|
||||||
no-dnd-shadow = true;
|
no-dnd-shadow = true;
|
||||||
# Avoid drawing shadows on dock/panel windows.
|
# Avoid drawing shadows on dock/panel windows.
|
||||||
no-dock-shadow = true;
|
no-dock-shadow = true;
|
||||||
# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
|
|
||||||
clear-shadow = true;
|
|
||||||
# The blur radius for shadows. (default 12)
|
# The blur radius for shadows. (default 12)
|
||||||
shadow-radius = 5;
|
shadow-radius = 10;
|
||||||
# The left offset for shadows. (default -15)
|
# The left offset for shadows. (default -15)
|
||||||
shadow-offset-x = -5;
|
shadow-offset-x = 0;
|
||||||
# The top offset for shadows. (default -15)
|
# The top offset for shadows. (default -15)
|
||||||
shadow-offset-y = -5;
|
shadow-offset-y = 0;
|
||||||
# The translucency for shadows. (default .75)
|
# The translucency for shadows. (default .75)
|
||||||
shadow-opacity = 0.5;
|
shadow-opacity = 0.25;
|
||||||
|
|
||||||
# Set if you want different colour shadows
|
# Set if you want different colour shadows
|
||||||
# shadow-red = 0.0;
|
# shadow-red = 0.0;
|
||||||
|
|
Loading…
Reference in a new issue