Revert "Desktop icons"

This reverts commit 0d9256ee6a.
This commit is contained in:
TomasM
2019-06-25 21:27:40 +00:00
parent 95656a4eff
commit 8852a1062d
9 changed files with 1 additions and 74 deletions
@@ -68,7 +68,7 @@ rm -f $SIGNAL2 2>/dev/null
sleep 0.1
done
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
@@ -92,9 +92,6 @@ rm -f $SIGNAL2 2>/dev/null
xrandr 2>/dev/null | fgrep x | fgrep . | sort -n | tr -s " " | cut -d " " -f 2 \
| sed -r "s:(.*):[exec] (\\1) {fbscreensize \\1}:" > ~/.fluxbox/menu_resolution
# start desktop icons
pcmanfm --desktop &
# In all cases, wait for the sound sleeper.
# If startup took longer (sound completed already), no extra wait
wait $SOUNDPID