aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-02-07 16:07:19 +0100
committerDavid Runge <dave@sleepmap.de>2021-02-07 16:07:19 +0100
commit08d3e6f70afa9aa239dbc55ea626067740955b9d (patch)
treedd19b0fb64b7cb7e7e3a488c6ae08be88e63339a /bin
parentafc7f773f5b580069768da44434011913e91fcc3 (diff)
downloaddotfiles-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.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/startsway8
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