elif for chromium

This commit is contained in:
Nico Schottelius 2020-01-19 10:49:34 +01:00
parent 188ae92643
commit 84d7654eb1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ i3-msg 'workspace 10'
# Start programs afterwards and watch matching
if command -v firefox; then
firefox &
if command -v chromium; then
elif command -v chromium; then
chromium &
elif command -v chromium-browser; then
chromium-browser &