elif for chromium
This commit is contained in:
parent
188ae92643
commit
84d7654eb1
1 changed files with 1 additions and 1 deletions
|
@ -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 &
|
||||
|
|
Loading…
Add table
Reference in a new issue