mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
xsession: enable --unredir-if-possible compton option
This commit is contained in:
parent
731ea82793
commit
08d310408a
1 changed files with 2 additions and 2 deletions
4
xsession
4
xsession
|
@ -42,10 +42,10 @@ 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
|
||||
# --glx-no-rebind-pixmap causes text not being redrawn when chaging to another line in Emacs
|
||||
compton --daemon --backend glx --vsync opengl-swc --glx-swap-method 3
|
||||
compton --daemon --backend glx --vsync opengl-swc --glx-swap-method 3 --unredir-if-possible
|
||||
;;
|
||||
*)
|
||||
compton --daemon --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --paint-on-overlay
|
||||
compton --daemon --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --paint-on-overlay --unredir-if-possible
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue