X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=oldies%2Fcompton.conf;fp=oldies%2Fcompton.conf;h=14242bad029598fc81fcee2259f90b3de02aeee8;hb=7abef725078fc52196b630c95f354fb58864c743;hp=0000000000000000000000000000000000000000;hpb=6be4fcd546b01b14b5f06306ab5b7c0391913bfa;p=my-dotfiles.git diff --git a/oldies/compton.conf b/oldies/compton.conf new file mode 100644 index 0000000..14242ba --- /dev/null +++ b/oldies/compton.conf @@ -0,0 +1,55 @@ +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 = 'qlocktwo'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "argb && (_NET_WM_WINDOW_TYPE@:a *= 'MENU' || _NET_WM_WINDOW_TYPE@:a *= 'COMBO')" ]; +shadow-ignore-shaped = false; +xinerama-shadow-crop = false; +menu-opacity = 0.8; +inactive-opacity = 0.8; +active-opacity = 1.0; +frame-opacity = 0.7; +inactive-opacity-override = false; +alpha-step = 0.06; +inactive-dim = 0.0; +blur-kern = "3x3box"; +blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'", "(_NET_WM_WINDOW_TYPE@:a *= 'MENU' || _NET_WM_WINDOW_TYPE@:a *= 'COMBO')" ]; +fading = true; +fade-in-step = 0.03; +fade-out-step = 0.03; +fade-exclude = [ ]; +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; +focus-exclude = [ "class_g = 'Cairo-clock'" ]; +detect-transient = true; +detect-client-leader = true; +invert-color-include = [ ]; +glx-copy-from-front = false; +glx-swap-method = "undefined"; +wintypes : +{ + tooltip : + { + fade = true; + shadow = false; + opacity = 0.75; + focus = true; + }; +}; +blur-background = true; +blur-background-frame = true; +no-fading-openclose = false;