compton: move to an helper binary

This commit is contained in:
Vincent Bernat 2020-01-17 09:58:07 +01:00
parent cb8b1e5434
commit 825f7b5b27
3 changed files with 10 additions and 2 deletions

View file

@ -37,7 +37,7 @@ case "$1" in
echo "$(date --rfc-3339=seconds) $me: lock: lock screen"
pkill compton
i3lock -n -e -i $HOME/.cache/awesome/current-wallpaper.png -t -f
compton --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --paint-on-overlay &
~/.config/awesome/bin/compton &
echo "$(date --rfc-3339=seconds) $me: lock: unlock screen"
;;
esac