Improve the sway script

This commit is contained in:
Rodolphe Bréard 2021-02-16 15:46:20 +01:00
parent 12d4d1178c
commit cd1fd22914

View file

@ -9,6 +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
[ -f "$HOME/.xdg_set_env.sh" ] && . "$HOME/.xdg_set_env.sh"
/usr/bin/sway $*
/usr/bin/sway "$@"