diff options
| author | Kumar Damani <kdamani@kepler.space> | 2022-01-17 15:30:29 +0000 |
|---|---|---|
| committer | Kumar Damani <kdamani@kepler.space> | 2022-01-17 15:30:29 +0000 |
| commit | 9b6affb7e7ed43310d5db94b0ae2abaf2e630a12 (patch) | |
| tree | 1dac596cdc845394835b37619f350788f3f7bd9a /compton/.config | |
| parent | 50d91d49964ce9d59b5268f9135223c5aa1b184f (diff) | |
tmux, compton updates
Diffstat (limited to 'compton/.config')
| -rw-r--r-- | compton/.config/compton.conf | 7 |
1 files changed, 4 insertions, 3 deletions
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; } }; + |
