Last active
August 29, 2015 14:14
-
-
Save miyagui/45e526bc652ebb2dc159 to your computer and use it in GitHub Desktop.
~/.config/compton.conf
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
# Shadow | |
shadow = false; | |
no-dnd-shadow = true; | |
no-dock-shadow = true; | |
clear-shadow = true; | |
shadow-radius = 7; | |
shadow-offset-x = -7; | |
shadow-offset-y = -7; | |
# shadow-opacity = 0.7; | |
# shadow-red = 1.0; | |
shadow-green = 0.6; | |
# shadow-blue = 0.0; | |
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g = 'dzen'", "class_g = 'Cairo-clock'", "name = 'XOSD'" ]; | |
# shadow-exclude = "n:e:Notification"; | |
shadow-ignore-shaped = false; | |
# Opacity | |
menu-opacity = 1; | |
# inactive-opacity = 0.8; | |
# frame-opacity = 0.7; | |
inactive-opacity-override = false; | |
alpha-step = 0.06; | |
# inactive-dim = 0.2; | |
# inactive-dim-fixed = true; | |
# blur-background = true; | |
# blur-background-frame = true; | |
blur-background-fixed = false; | |
# Fading | |
fading = true; | |
# fade-delta = 30; | |
fade-in-step = 0.05; | |
fade-out-step = 0.05; | |
# no-fading-openclose = true; | |
# Other | |
mark-wmwin-focused = true; | |
mark-ovredir-focused = true; | |
use-ewmh-active-win = false; | |
detect-rounded-corners = true; | |
detect-client-opacity = true; | |
refresh-rate = 0; | |
vsync = "opengl"; # none drm opengl opengl-oml | |
dbe = false; | |
paint-on-overlay = false; | |
sw-opti = false; | |
unredir-if-possible = false; | |
focus-exclude = [ ]; | |
detect-transient = true; | |
detect-client-leader = true; | |
invert-color-include = [ ]; | |
# Window type settings | |
wintypes: | |
{ | |
tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; }; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add to startup as compton -b (Daemon)