Last active
February 11, 2016 12:32
-
-
Save mateusmedeiros/e0ca06e8d054a10048be to your computer and use it in GitHub Desktop.
Compton config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backend = "xr_glx_hybrid"; | |
paint-on-overlay = true; | |
glx-no-stencil = true; | |
no-dock-shadow = true; | |
no-dnd-shadow = true; | |
clear-shadow = true; | |
shadow = true; | |
fading = true; | |
inactive-opacity = 0.95; | |
menu-opacity = 0.85; | |
inactive-dim = 0.05; | |
fade-delta = 3; | |
fade-in-step = 0.015; | |
fade-out-step = 0.015; | |
detect-client-opacity = false; | |
use-ewmh-active-win = false; | |
mark-ovredir-focused = true; | |
detect-rounded-corners = true; | |
wintypes: | |
{ | |
tooltip = { fade = false; shadow = false; opacity = 0.75; }; | |
}; | |
unredir-if-possible = false; | |
blur-background = false; | |
blur-background-exclude = "window_type = 'dock'"; | |
blur-kern = "3x3box"; | |
shadow-radius = 5; | |
shadow-opacity = 0.4; | |
shadow-offset-x = -20; | |
shadow-offset-y = 5; | |
shadow-exclude = ["class_g = 'Guake'", "x <= 3 && x2 >= 1920 && y <= 30 && y2 >= 1050"]; | |
glx-use-copysubbuffermesa = false; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment