Refactor firefox settings
This commit is contained in:
parent
f85e02253b
commit
5e0d595715
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
if [ "$XDG_SESSION_TYPE" == "wayland" ] && false; then
|
if [ "$XDG_SESSION_TYPE" == "wayland" ]
|
||||||
|
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