From 766675ca92cac6aa3bb67fa45ae28da28ae86bcc Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sat, 1 Feb 2020 23:46:55 -0700 Subject: First XMonad-JRahm Commit Have an install script to install XMonad-jrahm on the expected platform. --- compton.conf | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 compton.conf (limited to 'compton.conf') diff --git a/compton.conf b/compton.conf new file mode 100644 index 0000000..aff1471 --- /dev/null +++ b/compton.conf @@ -0,0 +1,52 @@ +backend = "glx"; + +### Shadow +shadow = true; +no-dnd-shadow = true; +no-dock-shadow = true; +# clear-shadow = true; +shadow-radius = 10; +shadow-offset-x = -8; +shadow-offset-y = -5; +shadow-opacity = 1; +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