diff --git a/wey.sh b/wey.sh new file mode 100755 index 0000000..c461aa0 --- /dev/null +++ b/wey.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export QT_QPA_PLATFORM=wayland +export MOZ_ENABLE_WAYLAND=1 +exec startplasma-wayland diff --git a/x11.sh b/x11.sh new file mode 100755 index 0000000..249cccc --- /dev/null +++ b/x11.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export QT_QPA_PLATFORM= +export MOZ_ENABLE_WAYLAND= +exec startx