Compton: Enable shadows

This commit is contained in:
Salt 2018-05-17 16:50:09 -05:00
parent 91c5ad14cc
commit 6f8241dcc4
2 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,7 @@ 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.

View File

@ -59,7 +59,6 @@ module-margin = 1
background = #00000000 background = #00000000
foreground = ${res/colors.foreground} foreground = ${res/colors.foreground}
# Invisible border on three sides; it cooperates well with i3
border-top-size = 10 border-top-size = 10
border-left-size = ${self.border-top-size} border-left-size = ${self.border-top-size}
border-right-size = ${self.border-top-size} border-right-size = ${self.border-top-size}