From 08d3e6f70afa9aa239dbc55ea626067740955b9d Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 7 Feb 2021 16:07:19 +0100 Subject: startsway: Disable/fix broken exports bin/startsway: Disable broken exports (for now). Switch to wayland backend for qt applications. --- bin/startsway | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/startsway b/bin/startsway index 0809fb8..4f826b7 100755 --- a/bin/startsway +++ b/bin/startsway @@ -4,10 +4,10 @@ export XKB_DEFAULT_LAYOUT=us,de export XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle,caps:escape export CLUTTER_BACKEND=wayland -export QT_QPA_PLATFORM=wayland-egl -export QT_WAYLAND_FORCE_DPI=physical -export SDL_VIDEODRIVER=wayland -export BEMENU_BACKEND=wayland +export QT_QPA_PLATFORM=wayland +# export QT_WAYLAND_FORCE_DPI=physical +# export SDL_VIDEODRIVER=wayland +# export BEMENU_BACKEND=wayland # crashes sway on reload: # export MOZ_ENABLE_WAYLAND=1 -- cgit v1.2.3-54-g00ecf