++ post startup fix

This commit is contained in:
Nico Schottelius 2019-05-14 20:15:18 +02:00
parent 195b690541
commit d7a5bb535a
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ i3-msg 'workspace 2; append_layout ~/.i3/workspace-2.json'
i3-msg 'workspace 10'
# Start programs afterwards and watch matching
if command chromium; then
if command -v chromium; then
chromium &
elif command chromium-broswer; then
elif command -v chromium-browser; then
chromium-browser &
fi
# slack &