Start compton

This commit is contained in:
Tom Willemse 2015-09-03 16:03:51 +02:00
parent c644282478
commit 4729f66526

View file

@ -17,6 +17,17 @@ redshift -l 51.1180:4.0012 &
unclutter &
mowedline &
mpc-status-mowedline &
compton -b -c -G -r 10 -i 0.75 -e 1.0 \
--inactive-dim 0.2 \
--focus-exclude "name = 'mowedline'" \
--shadow-exclude "name = 'mowedline'" \
--fade-exclude "name = 'mowedline'" \
--blur-background-exclude "name = 'mowedline'" \
--unredir-if-possible-exclude "name = 'mowedline'" \
--focus-exclude "name = 'i3lock'" \
--focus-exclude "class_g = 'Vlc'" \
--focus-exclude "name = 'rofi'" \
--detect-transient
export $(/usr/bin/gnome-keyring-daemon --start --components=secrets,gpg)