From a42df546ce34429759a20bc2c4c240de045dbd0a Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 2 Dec 2019 17:51:04 +0530 Subject: using stow --- compton/.config/compton.conf | 78 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 compton/.config/compton.conf (limited to 'compton') diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf new file mode 100644 index 0000000..4c7a37e --- /dev/null +++ b/compton/.config/compton.conf @@ -0,0 +1,78 @@ +backend = "glx"; +glx-no-stencil = true; +glx-copy-from-front = false; +glx-swap-method = "undefined"; +shadow = false; +no-dnd-shadow = true; +no-dock-shadow = true; +shadow-radius = 4; +shadow-opacity = 0.6; +shadow-offset-x = -6; +shadow-offset-y = -2;clear-shadow = true; +shadow-exclude = [ + "! name~=''", + "name = 'Notification'", + "name = 'Plank'", + "name = 'Docky'", + "name = 'Kupfer'", + "name = 'xfce4-notifyd'", + "name *= 'VLC'", + "name *= 'compton'", + "name *= 'Chromium'", + "name *= 'Chrome'", + "class_g = 'Conky'", + "class_g = 'Kupfer'", + "class_g = 'Synapse'", + "class_g ?= 'Notify-osd'", + "class_g ?= 'Cairo-dock'", + "class_g ?= 'Xfce4-notifyd'", + "class_g ?= 'Xfce4-power-manager'", + "_GTK_FRAME_EXTENTS@:c" +]; +shadow-ignore-shaped = false; +menu-opacity = 1; +inactive-opacity = 1; +active-opacity = 1; +frame-opacity = 1; +inactive-opacity-override = false; +alpha-step = 0.06; + blur-background = true; +blur-background-fixed = false; +blur-background-exclude = [ + "window_type = 'dock'", + "window_type = 'desktop'" +]; +fading = true; +fade-delta = 2; +fade-in-step = 0.03; +fade-out-step = 0.03; + +fade-exclude = [ ]; +mark-wmwin-focused = true; +mark-ovredir-focused = true; +use-ewmh-active-win = true; +detect-rounded-corners = true; +detect-client-opacity = true; +opacity-rule = [ + "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" +]; +refresh-rate = 0; +vsync = "opengl-swc"; +dbe = false; +paint-on-overlay = true; +sw-opti = true; +unredir-if-possible = true; +focus-exclude = [ ]; +detect-transient = true; +detect-client-leader = true; +wintypes: +{ + tooltip = + { + fade = true; + shadow = false; + opacity = 0.85; + focus = true; + }; +}; + -- cgit v1.2.3