Fixed disablecompiz method
This commit is contained in:
parent
089f1308db
commit
c1785efe50
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue