mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
xsession: daily change of compton command-line
This commit is contained in:
parent
197e5cdb1d
commit
f6486dff94
1 changed files with 5 additions and 3 deletions
8
xsession
8
xsession
|
@ -41,9 +41,11 @@ systemd-run -q --scope --user tmux start-server
|
|||
|
||||
case $(glxinfo | awk -F': ' '($1 == "OpenGL vendor string") {print $2}') in
|
||||
"NVIDIA Corporation")
|
||||
# --glx-swap-method 2 causes cursor to be duplicated earlier on the line
|
||||
#compton --daemon --backend glx --vsync opengl-swc --glx-swap-method 3 --glx-no-rebind-pixmap
|
||||
compton --daemon --backend xrender
|
||||
# --glx-swap-method 2 causes cursor to be duplicated earlier on the line or flickering
|
||||
# --glx-no-rebind-pixmap triggers some slow refresh, eg when using `delete-indentation' in Emacs
|
||||
compton --daemon --backend glx --vsync opengl-swc --glx-swap-method 3 --paint-on-overlay
|
||||
# It seems there is no way to not have tearing with xrender...
|
||||
#compton --daemon --backend xrender
|
||||
;;
|
||||
*)
|
||||
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