Export XDG_PICTURES_DIR

This commit is contained in:
Rodolphe Bréard 2020-12-19 17:01:26 +01:00
parent e79d446eaf
commit 4f447cbdfc
3 changed files with 8 additions and 0 deletions

View file

@ -9,5 +9,6 @@ if [ -f "$COMPOSE_KEY_FILE" ]; then
COMPOSE_KEY=$(cat "$COMPOSE_KEY_FILE")
export XKB_DEFAULT_OPTIONS="compose:$COMPOSE_KEY"
fi
[ -f ~/.xdg_set_env.sh ] && . ~/.xdg_set_env.sh
/usr/bin/sway $*