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

Fixed disablecompiz method

parent 089f1308
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ WM=compiz
FALLBACK=openbox
which metacity && FALLBACK=metacity
which compiz || WM=$FALLBACK
[ -f ~/.disable-compiz ] && WM=$FALLBACK
[ -f ~/.disablecompiz ] && WM=$FALLBACK
grep access=v3 /proc/cmdline -q && WM=$FALLBACK
[ $(gsettings get org.gnome.desktop.a11y.applications screen-reader-enabled) = "true" ] && WM=$FALLBACK
......
......@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=12
VERSION=13
COMPONENT=main
QUILT=skip
......
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