Skip to content
Snippets Groups Projects
Commit eb8efb10 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Further disable compton if no acceleration

parent e6a037a2
No related branches found
No related tags found
2 merge requests!307Etiona test mr,!179Corrected patch for make-bleachbit
......@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=4
VERSION=5
. ./config
......@@ -27,6 +27,7 @@ sed -i 's/Manjaro/Trisquel/g' mate-tweak
# Disable composition on llvm
sed 's/Software Rasterizer/Accelerated: no/' -i mate-tweak
sed '/no-composite/a # Do not run without 3D acceleration\nglxinfo | grep -q "Accelerated: no" && exit 0\n' -i marco-compton
# Allow loading global compton config file
sed '/config \/dev\/null/d' -i marco-compton
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment