aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/zsh')
-rw-r--r--dot_config/zsh/dot_zprofile5
1 files changed, 4 insertions, 1 deletions
diff --git a/dot_config/zsh/dot_zprofile b/dot_config/zsh/dot_zprofile
index 32b9245..3c824d3 100644
--- a/dot_config/zsh/dot_zprofile
+++ b/dot_config/zsh/dot_zprofile
@@ -80,7 +80,10 @@ export INPUTRC="$XDG_CONFIG_HOME/sh/inputrc"
# ── Wayland ───────────────────────────────────────────────────────────────────
export XDG_CURRENT_DESKTOP=sway
-export MOZ_ENABLE_WAYLAND=1
+# Prefer Wayland for Qt; fall back to xcb for apps without qt{5,6}-wayland.
+export QT_QPA_PLATFORM="wayland;xcb"
+# SDL2 defaults to X11; force Wayland with X11 fallback. SDL3 ignores this.
+export SDL_VIDEODRIVER="wayland,x11"
# ── XDG cleanup: keep $HOME tidy ─────────────────────────────────────────────
# https://wiki.archlinux.org/title/XDG_Base_Directory#Partial