X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e3b74ab8092b5914dcb145a3597d28df893f1f52..87f41b031c80a7af6875f9f8c9ea21c1e61b9716:/compton.conf diff --git a/compton.conf b/compton.conf deleted file mode 100644 index d77d215..0000000 --- a/compton.conf +++ /dev/null @@ -1,70 +0,0 @@ -# Shadow -#shadow = true; -#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 = 0.0; -# shadow-green = 0.0; -# shadow-blue = 0.0; -#shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'" ]; -# shadow-exclude = "n:e:Notification"; -#shadow-ignore-shaped = false; - -# Opacity -menu-opacity = 0.9; -#inactive-opacity = 0.8; -#active-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; -blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; -# transaprent urxvt -# opacity-rule = ["80:class_g = 'URxvt'"]; - -# Fading -#fading = true; -# fade-delta = 30; -#fade-in-step = 0.03; -#fade-out-step = 0.03; -# no-fading-openclose = true; -#fade-exclude = [ ]; - -# Other -backend = "glx" -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-swc"; -#dbe = false; -paint-on-overlay = true; -#sw-opti = false; -#unredir-if-possible = false; -#focus-exclude = [ ]; -#detect-transient = true; -#detect-client-leader = true; -#invert-color-include = [ ]; - -# GLX backend -glx-no-stencil = true; -#glx-copy-from-front = false; -# glx-use-copysubbuffermesa = true; -glx-no-rebind-pixmap = true; -glx-swap-method = 3; - -# Window type settings -wintypes: -{ - tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; }; -};