diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/startsway | 8 |
1 files changed, 4 insertions, 4 deletions
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 |