From b08e88ef0c569cd000cae836f3c86801a661f8cb Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 2 Nov 2021 20:15:32 -0600 Subject: More XMobar sexiness. Revamped the install script to make it easier to handle the install process. --- compton.conf | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 compton.conf (limited to 'compton.conf') diff --git a/compton.conf b/compton.conf deleted file mode 100644 index 90be41d..0000000 --- a/compton.conf +++ /dev/null @@ -1,52 +0,0 @@ -backend = "glx"; - -### Shadow -shadow = true; -no-dnd-shadow = true; -# no-dock-shadow = true; -# clear-shadow = true; -shadow-radius = 7; -shadow-offset-x = -10; -shadow-offset-y = -5; -shadow-opacity = 0.8; -shadow-red = 0.0; -shadow-green = 0.0; -shadow-blue = 0.0; - -inactive-dim=0.1 -inactive-opacity=0.99 - -shadow-exclude = [ - # From the Ubuntu forums link ('screaminj3sus') - # "! name~=''", - # "n:e:Notification", - # "n:e:Plank", - # "n:e:Docky", - # "g:e:Synapse", - # "g:e:Kupfer", - # "g:e:Conky", - # "n:w:*Firefox*", - # "class_g ?= 'Notify-osd'", - # "class_g ?= 'Cairo-dock'", - # "class_g ?= 'Xfce4-notifyd'", - # "class_g ?= 'Xfce4-power-manager'" -]; -shadow-ignore-shaped = false; - -blur-background = true; - -wintypes: -{ - tooltip = - { - fade = true; - shadow = false; - opacity = 0.85; - focus = true; - } - - - -} -# shadow-exclude-reg = "x10+0+0"; -# xinerama-shadow-crop = true; -- cgit