Fixed disablecompiz method

This commit is contained in:
Rubén Rodríguez 2013-09-20 17:51:04 +02:00
parent 089f1308db
commit c1785efe50
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ WM=compiz
FALLBACK=openbox FALLBACK=openbox
which metacity && FALLBACK=metacity which metacity && FALLBACK=metacity
which compiz || WM=$FALLBACK which compiz || WM=$FALLBACK
[ -f ~/.disable-compiz ] && WM=$FALLBACK [ -f ~/.disablecompiz ] && WM=$FALLBACK
grep access=v3 /proc/cmdline -q && WM=$FALLBACK grep access=v3 /proc/cmdline -q && WM=$FALLBACK
[ $(gsettings get org.gnome.desktop.a11y.applications screen-reader-enabled) = "true" ] && WM=$FALLBACK [ $(gsettings get org.gnome.desktop.a11y.applications screen-reader-enabled) = "true" ] && WM=$FALLBACK

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=12 VERSION=13
COMPONENT=main COMPONENT=main
QUILT=skip QUILT=skip