5 lines
124 B
Bash
Executable file
5 lines
124 B
Bash
Executable file
if [ "$XDG_SESSION_TYPE" == "wayland" ] && false; then
|
|
export MOZ_ENABLE_WAYLAND=1
|
|
else
|
|
export MOZ_USE_XINPUT2=1
|
|
fi
|