diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-06-30 19:50:20 -0700 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-06-30 19:55:15 -0700 |
commit | bd82a7b8e633f9fc7163e479039397726250361d (patch) | |
tree | 0c274e25f5fa81de2f7c6d02e6cd3b009f9f3785 /.config/compton.conf | |
parent | 5511798208fdbc991372464b2e18a26088e009c8 (diff) |
Bump desktop config
Diffstat (limited to '.config/compton.conf')
-rw-r--r-- | .config/compton.conf | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/.config/compton.conf b/.config/compton.conf new file mode 100644 index 0000000..fceb4a2 --- /dev/null +++ b/.config/compton.conf @@ -0,0 +1,45 @@ +# Shadow +shadow = false; +no-dnd-shadow = true; +no-dock-shadow = true; +clear-shadow = true; +shadow-radius = 12.0; +shadow-offset-x = -12; +shadow-offset-y = -12; +shadow-opacity = 0.95; + +# Opacity +menu-opacity = 1.0; +inactive-opacity = 1.0; +active-opacity = 1.0; + +# Fading +fading = true; +fade-delta = 5; +fade-in-step = 0.03; +fade-out-step = 0.04; + +# Other +backend = "xrender"; +mark-wmwin-focused = true; +mark-ovredir-focused = true; +detect-rounded-corners = true; +detect-client-opacity = true; +refresh-rate = 0; +vsync = "none"; +dbe = false; +paint-on-overlay = true; +detect-transient = true; +detect-client-leader = false; +invert-color-include = [ ]; + +# GLX backend +glx-copy-from-front = false; +glx-swap-method = "undefined"; + +# Window type settings +wintypes: +{ + #tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; }; + dock = { opacity = 0.7; }; +}; |