diff options
author | David Runge <dave@sleepmap.de> | 2021-02-07 16:07:19 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2021-02-07 16:07:19 +0100 |
commit | 08d3e6f70afa9aa239dbc55ea626067740955b9d (patch) | |
tree | dd19b0fb64b7cb7e7e3a488c6ae08be88e63339a | |
parent | afc7f773f5b580069768da44434011913e91fcc3 (diff) | |
download | dotfiles-08d3e6f70afa9aa239dbc55ea626067740955b9d.tar.gz dotfiles-08d3e6f70afa9aa239dbc55ea626067740955b9d.tar.bz2 dotfiles-08d3e6f70afa9aa239dbc55ea626067740955b9d.tar.xz dotfiles-08d3e6f70afa9aa239dbc55ea626067740955b9d.zip |
startsway: Disable/fix broken exports
bin/startsway:
Disable broken exports (for now).
Switch to wayland backend for qt applications.
-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 |