add compton for compositing

auto-flake-update
Yorick van Pelt 2013-06-05 17:08:41 +02:00
parent 9211cabce2
commit 64bb58c946
2 changed files with 28 additions and 0 deletions

27
x/compton.conf Normal file
View File

@ -0,0 +1,27 @@
# shadow
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'" ];
# opacity
menu-opacity = 0.9
# general
#backend = "glx"
sw-opti = true;
# GLX backend
glx-no-stencil = true;
#glx-copy-from-front = false;
# glx-use-copysubbuffermesa = true;
#glx-no-rebind-pixmap = true;
glx-swap-method = "exchange";
# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; };
};

View File

@ -7,4 +7,5 @@ pulseaudio --start
volnoti
dropbox start &
urxvtd -f -o
(sleep 2s; compton --config ~/dotfiles/x/compton.conf -b) &
exec awesome -c ~/dotfiles/awesome/rc.lua