diff --git a/usr/bin/mabox-compositor b/usr/bin/mabox-compositor index 8a77d07..278d2de 100755 --- a/usr/bin/mabox-compositor +++ b/usr/bin/mabox-compositor @@ -1,5 +1,5 @@ #!/bin/bash -# mabox-picom +# mabox-compositor # Openbox Pipe Menu for use with picom compositor # Written for CrunchBang Linux # by Philip Newborough @@ -34,9 +34,9 @@ esac # ------------- Set xcompmgr command options ----------------------------------- EXECXCOMP='picom' -if glxinfo | egrep -iq 'direct rendering: yes'; then - EXECXCOMP+=' --vsync opengl' -fi +#if glxinfo | egrep -iq 'direct rendering: yes'; then +# EXECXCOMP+=' --vsync opengl' +#fi # Edit xcompmgr settings if [[ $1 = '--edit' ]]; then