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
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue