mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
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:
parent
5177891bbb
commit
262355792a
1 changed files with 2 additions and 2 deletions
4
xsession
4
xsession
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue