exclude compton shadow for xlunch

pull/72/head
TomasM 2019-05-08 18:26:54 +00:00
parent c7055b1ad1
commit 8432a942e9
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ rm -f $SIGNAL2 2>/dev/null
sleep 0.1 sleep 0.1
done done
touch $SIGNAL2 touch $SIGNAL2
exec compton --sw-opti -e 0.9 --fade-exclude 'role*="fluxbox-toolbar"' --opacity-rule '70:role*="fluxbox-toolbar"' --no-fading-destroyed-argb -D 5 -c -f -l -2 -t -2 -r 0 -o 1 -z --shadow-exclude 'bounding_shaped' exec compton --sw-opti -e 0.9 --shadow-exclude 'class_g="xlunch-windowed"' --fade-exclude 'role*="fluxbox-toolbar"' --opacity-rule '70:role*="fluxbox-toolbar"' --no-fading-destroyed-argb -D 5 -c -f -l -2 -t -2 -r 0 -o 1 -z --shadow-exclude 'bounding_shaped'
) & ) &
# We want to run systrayicon only after the volumeicon is started # We want to run systrayicon only after the volumeicon is started