From 9b6affb7e7ed43310d5db94b0ae2abaf2e630a12 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 17 Jan 2022 10:30:29 -0500 Subject: tmux, compton updates --- compton/.config/compton.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'compton') diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 545c279..3a1c443 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -23,16 +23,16 @@ shadow = true; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12 -shadow-radius = 24; +shadow-radius = 12; # The opacity of shadows. (0.0 - 1.0, defaults to 0.75) shadow-opacity = 0.75; # The left offset for shadows, in pixels. (defaults to -15) -shadow-offset-x = -30; +shadow-offset-x = -15; # The top offset for shadows, in pixels. (defaults to -15) -shadow-offset-y = -30; +shadow-offset-y = -15; # Avoid drawing shadows on dock/panel windows. This option is deprecated, # you should use the *wintypes* option in your config file instead. @@ -451,3 +451,4 @@ wintypes: # popup_menu = { opacity = 0.8; } # dropdown_menu = { opacity = 0.8; } }; + -- cgit v1.2.3