diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-09-04 12:04:53 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-09-04 12:04:53 +0200 |
commit | 65b7f91e51d90e93c3d7c6704c0a8265467a8ea7 (patch) | |
tree | 88301071c7f1840b502f33cbd3b0f7c5e81b0c66 /Common/i3/config/compton.conf | |
parent | a77563ee1044ffa03f7c49e457a5f7c9f943188f (diff) | |
parent | e6df7072ab32493a561fc678eacc119b57981827 (diff) | |
download | dotfiles-65b7f91e51d90e93c3d7c6704c0a8265467a8ea7.tar.gz dotfiles-65b7f91e51d90e93c3d7c6704c0a8265467a8ea7.zip |
Merge branch 'master' of https://github.com/JakobS1n/dotfiles
Diffstat (limited to 'Common/i3/config/compton.conf')
-rwxr-xr-x | Common/i3/config/compton.conf | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/Common/i3/config/compton.conf b/Common/i3/config/compton.conf new file mode 100755 index 0000000..1062499 --- /dev/null +++ b/Common/i3/config/compton.conf @@ -0,0 +1,59 @@ +## shadow +#shadow = true; +#no-dnd-shadow = true; +#no-dock-shadow = true; +#clear-shadow = true; +#shadow-radius = 12; +#shadow-offset-x = -12; +#shadow-offset-y = -12; +#shadow-opacity = 0.95; +#shadow-red = 0.18; +#shadow-green = 0.20; +#shadow-blue = 0.25; +#shadow-exclude = [ "class_g = 'Cairo-clock'" , +# "class_g = 'CoverGloobus'", +# "class_g = 'Tilda'", +# "class_g = 'Conky'", +# "class_g ?= 'Notify-osd'", +# "class_g = 'Firefox'", +# "class_g = 'Firefox-esr'", +# "class_g = 'Dmenu'", +# "name = 'Notification'", +# "_GTK_FRAME_EXTENTS@:c" +#]; + +## fading +#fading = true; +#fade-delta = 0.25; +#fade-in-step = 0.02; +#fade-out-step = 0.02; +#fade-exclude = [ +#]; + +## other +#backend = "xrender"; +backend = "glx"; +vsync = "opengl-swc"; +glx-no-stencil = true; +mark-wmwin-focused = true; +mark-ovredir-focused = true; +detect-rounded-corners = true; +#detect-client-opacity = true; +refresh-rate = 0; +dbe = false; +paint-on-overlay = true; +#focus-exclude = [ "class_g = 'Cairo-clock'" , +# "class_g = 'CoverGloobus'", +# "class_g = 'Tilda'", +# "class_g = 'Firefox'", +# "class_g = 'Firefox-esr'" +#]; +#detect-transient = true; +#detect-client-leader = true; +#invert-color-include = [ ]; +#glx-copy-from-front = false; +#glx-swap-method = "undefined"; +#wintypes: +#{ +# tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; }; +#}; |