Disable firefox wayland
This commit is contained in:
parent
717e92a499
commit
c32c2af26c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
|
if [ "$XDG_SESSION_TYPE" == "wayland" ] && false; then
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
else
|
else
|
||||||
export MOZ_USE_XINPUT2=1
|
export MOZ_USE_XINPUT2=1
|
||||||
|
|
Loading…
Reference in a new issue