update for alpine

This commit is contained in:
Nico Schottelius 2019-05-14 17:19:59 +02:00
parent 2b8adbb16f
commit 195b690541
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,11 @@ i3-msg 'workspace 2; append_layout ~/.i3/workspace-2.json'
i3-msg 'workspace 10'
# Start programs afterwards and watch matching
chromium &
if command chromium; then
chromium &
elif command chromium-broswer; then
chromium-browser &
fi
# slack &
ssh-add </dev/null && mainemacs &