Skip to content

Commit

Permalink
Changing shadow and fade settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomontezano committed Jun 29, 2020
1 parent 4ca3c36 commit 6d5c2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/picom/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ glx-copy-from-front = false;
#################################

# Enabled client-side shadows on windows.
shadow = true;
shadow = false;
# The blur radius for shadows. (default 12)
shadow-radius = 1;
# The left offset for shadows. (default -15)
Expand Down Expand Up @@ -207,7 +207,7 @@ wintypes:
tooltip =
{
# fade: Fade the particular type of windows.
fade = true;
fade = false;
# shadow: Give those windows shadow
shadow = false;
# opacity: Default opacity for the type of windows.
Expand Down

0 comments on commit 6d5c2a5

Please sign in to comment.