From 8889badd45c16d37922666d3c78fc31d4d2409bd Mon Sep 17 00:00:00 2001 From: xero Date: Sat, 22 Mar 2014 23:11:00 -0400 Subject: add compton.conf for shadowless compton. i am using composing for client optacity in awesome. i like blank/transparent windows sometimes. --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 3abd5c3..dc4513b 100644 --- a/.xinitrc +++ b/.xinitrc @@ -41,7 +41,7 @@ eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,ssh,gpg) & (sleep 2s && xbacklight -inc 100) & # compositing manager -compton -b & +compton -b --config ~/.config/compton.conf & # start thunar daemon thunar --daemon & -- cgit v1.2.1