aboutsummaryrefslogtreecommitdiff
path: root/compton.conf
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2020-02-01 23:46:55 -0700
committerJosh Rahm <joshuarahm@gmail.com>2020-02-01 23:46:55 -0700
commit766675ca92cac6aa3bb67fa45ae28da28ae86bcc (patch)
tree6f70cf66faa396b4ddc37683652bc510a3b8f6ce /compton.conf
downloadrde-766675ca92cac6aa3bb67fa45ae28da28ae86bcc.tar.gz
rde-766675ca92cac6aa3bb67fa45ae28da28ae86bcc.tar.bz2
rde-766675ca92cac6aa3bb67fa45ae28da28ae86bcc.zip
First XMonad-JRahm Commit
Have an install script to install XMonad-jrahm on the expected platform.
Diffstat (limited to 'compton.conf')
-rw-r--r--compton.conf52
1 files changed, 52 insertions, 0 deletions
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;