update for alpine
This commit is contained in:
parent
2b8adbb16f
commit
195b690541
1 changed files with 5 additions and 1 deletions
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue