Add some usefull env variables

This commit is contained in:
Yorick Barbanneau 2023-03-11 02:08:24 +01:00
parent a65bcf3b8f
commit 61505cf005

View file

@ -13,5 +13,10 @@ export NOTMUCH_CONFIG="${HOME}/.config/notmuch/config"
export PATH=~/.local/bin:$PATH
unset DEBUGINFOD_URLS
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec ~/.local/bin/sway.sh
export QT_QPA_PLATFORM="wayland-egl"
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORMTHEME="gtk3"
export NO_AT_BRIDGE=1
exec ~/.local/bin/sway.sh
fi