export PATH="$PATH:$HOME/.local/bin" export XDG_CACHE_HOME="$HOME/.cache" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_STATE_HOME="$HOME/.local/var/lib" export XKB_DEFAULT_LAYOUT="us,ru" export XKB_DEFAULT_VARIANT="altgr-intl," export XKB_DEFAULT_OPTIONS="grp:shifts_toggle,ctrl:swapcaps" export ALTERNATE_EDITOR="emacs --no-splash" export VISUAL="emacsclient --create-frame --quiet" export MENU="menu" export BROWSER="chromium" export TERMINAL="foot" export EMAIL="martin@michalec.dev" export PASSWORD_STORE_DIR="$HOME/.password-store" export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" gpgconf --launch gpg-agent gpg-connect-agent updatestartuptty /bye > /dev/null 2>&1 export SDL_VIDEODRIVER="wayland" export QT_QPA_PLATFORMTHEME=gtk3 export QT_STYLE_OVERRIDE=gtk2 export QT_WAYLAND_DECORATION=adwaita