mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
xsession: different compton configuration for nvidia
Use of --glx-no-stencil introduces flickering.
This commit is contained in:
parent
d589657246
commit
13ecec71a9
1 changed files with 1 additions and 1 deletions
2
xsession
2
xsession
|
@ -53,7 +53,7 @@ systemd-run -q --scope --user tmux start-server
|
|||
|
||||
case $(glxinfo | awk -F': ' '($1 == "OpenGL vendor string") {print $2}') in
|
||||
"NVIDIA Corporation")
|
||||
compton --daemon --backend glx --refresh-rate 60 --vsync opengl-swc --glx-no-stencil --glx-swap-method 3
|
||||
compton --daemon --backend glx --refresh-rate 60 --vsync opengl-swc --glx-swap-method 3 --glx-no-rebind-pixmap
|
||||
;;
|
||||
*)
|
||||
compton --daemon --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --paint-on-overlay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue