From 6f8241dcc4d13262b0bdfe606a4ab1851b70fddf Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 17 May 2018 16:50:09 -0500 Subject: [PATCH] Compton: Enable shadows --- .config/compton.conf | 2 +- .config/polybar/config | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/compton.conf b/.config/compton.conf index f7c13ce3..18f9fd7f 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -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. diff --git a/.config/polybar/config b/.config/polybar/config index ba172421..ad8c4286 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -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}