Improve the sway script
This commit is contained in:
parent
12d4d1178c
commit
cd1fd22914
1 changed files with 2 additions and 2 deletions
4
bin/sway
4
bin/sway
|
@ -9,6 +9,6 @@ if [ -f "$COMPOSE_KEY_FILE" ]; then
|
||||||
COMPOSE_KEY=$(cat "$COMPOSE_KEY_FILE")
|
COMPOSE_KEY=$(cat "$COMPOSE_KEY_FILE")
|
||||||
export XKB_DEFAULT_OPTIONS="compose:$COMPOSE_KEY"
|
export XKB_DEFAULT_OPTIONS="compose:$COMPOSE_KEY"
|
||||||
fi
|
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 "$@"
|
||||||
|
|
Loading…
Reference in a new issue