diff options
| author | Josh Rahm <rahm@google.com> | 2021-11-02 20:15:32 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-10-09 12:19:45 -0600 |
| commit | b08e88ef0c569cd000cae836f3c86801a661f8cb (patch) | |
| tree | 35513423208a35a7f45048954f005f91fd94885a /compton.conf | |
| parent | cf47b5282be2a62da2aba1a88c8f9599a333b961 (diff) | |
| download | rde-b08e88ef0c569cd000cae836f3c86801a661f8cb.tar.gz rde-b08e88ef0c569cd000cae836f3c86801a661f8cb.tar.bz2 rde-b08e88ef0c569cd000cae836f3c86801a661f8cb.zip | |
More XMobar sexiness.
Revamped the install script to make it easier to handle the install
process.
Diffstat (limited to 'compton.conf')
| -rw-r--r-- | compton.conf | 52 |
1 files changed, 0 insertions, 52 deletions
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; |