eval `ssh-agent -s` ssh-add ~/.ssh/id_rsa_github export EDITOR=vi export XKB_DEFAULT_LAYOUT=de export QT_QPA_PLATFORM=wayland export GDK_BACKEND=wayland export MOZ_ENABLE_WAYLAND=1 export XDG_SESSION_TYPE=wayland export XDG_DATA_HOME=~/.local/share export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:-sway}" #-- ensure XDG_Runtime_dir is set if test -z "${XDG_RUNTIME_DIR}"; then export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir if ! test -d "${XDG_RUNTIME_DIR}"; then mkdir "${XDG_RUNTIME_DIR}" chmod 0700 "${XDG_RUNTIME_DIR}" export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir fi fi udiskie & dbus-run-session sway