.profile 551 B

1234567891011121314151617181920212223
  1. eval `ssh-agent -s`
  2. ssh-add ~/.ssh/id_rsa_github
  3. export EDITOR=vi
  4. export XKB_DEFAULT_LAYOUT=de
  5. export QT_QPA_PLATFORM=wayland
  6. export GDK_BACKEND=wayland
  7. export MOZ_ENABLE_WAYLAND=1
  8. export XDG_SESSION_TYPE=wayland
  9. export XDG_DATA_HOME=~/.local/share
  10. #-- ensure XDG_Runtime_dir is set
  11. if test -z "${XDG_RUNTIME_DIR}"; then
  12. export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir
  13. if ! test -d "${XDG_RUNTIME_DIR}"; then
  14. mkdir "${XDG_RUNTIME_DIR}"
  15. chmod 0700 "${XDG_RUNTIME_DIR}"
  16. export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir
  17. fi
  18. fi
  19. udiskie &
  20. sway