Compton: Enable shadows
This commit is contained in:
parent
91c5ad14cc
commit
6f8241dcc4
@ -56,7 +56,7 @@ glx-swap-method = "undefined";
|
||||
#################################
|
||||
|
||||
# Enabled client-side shadows on windows.
|
||||
shadow = false;
|
||||
shadow = true;
|
||||
# Don't draw shadows on DND windows.
|
||||
no-dnd-shadow = true;
|
||||
# Avoid drawing shadows on dock/panel windows.
|
||||
|
@ -59,7 +59,6 @@ module-margin = 1
|
||||
background = #00000000
|
||||
foreground = ${res/colors.foreground}
|
||||
|
||||
# Invisible border on three sides; it cooperates well with i3
|
||||
border-top-size = 10
|
||||
border-left-size = ${self.border-top-size}
|
||||
border-right-size = ${self.border-top-size}
|
||||
|
Loading…
Reference in New Issue
Block a user