diff --git a/start-post-i3 b/start-post-i3 index 42feae242e9a412956e869eedb69140e667efb2c..76b38874c5c5dba08af246d7f34f5789d77edfb9 100755 --- a/start-post-i3 +++ b/start-post-i3 @@ -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 &