Last active
March 31, 2018 13:13
-
-
Save mrf345/1f97b839b949e1248da311c00e551d36 to your computer and use it in GitHub Desktop.
exwm compton configuration file
This file contains hidden or 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 = "glx"; | |
glx-no-rebind-pixmap = true; | |
shadow = false; | |
menu-opacity = 0.8; | |
inactive-opacity = 0.7; | |
active-opacity = 1; | |
frame-opacity = 0.9; | |
inactive-opacity-override = true; | |
alpha-step = 0.06; | |
blur-background = true; | |
blur-background-frame = true; | |
blur-background-fixed = true; | |
fading = true; | |
fade-delta = 8; | |
fade-in-step = 0.03; | |
fade-out-step = 0.03; | |
vsync = "opengl-swc"; | |
paint-on-overlay = true; | |
detect-transient = true; | |
detect-client-leader = true; | |
wintypes: | |
{ | |
tooltip = | |
{ | |
# fade: Fade the particular type of windows. | |
fade = true; | |
# shadow: Give those windows shadow | |
shadow = false; | |
# opacity: Default opacity for the type of windows. | |
opacity = 0.85; | |
# focus: Whether to always consider windows of this type focused. | |
focus = true; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment