xsession: don't daemonize compton

It seems it may break on some configuration, like with amdgpu driver.
It is stated it could do that in the manual page.
This commit is contained in:
Vincent Bernat 2019-05-01 12:09:25 +02:00
parent 5177891bbb
commit 262355792a

View file

@ -51,10 +51,10 @@ case $(glxinfo | awk -F': ' '($1 == "OpenGL vendor string") {print $2}') in
# --unredir-if-possible \ # --unredir-if-possible \
# --no-dnd-shadow --no-dock-shadow # --no-dnd-shadow --no-dock-shadow
# It seems there is no way to not have tearing with xrender... # It seems there is no way to not have tearing with xrender...
compton --daemon --backend xrender --paint-on-overlay compton --backend xrender --paint-on-overlay &
;; ;;
*) *)
compton --daemon --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --paint-on-overlay compton --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --paint-on-overlay &
;; ;;
esac esac