diff --git a/start-post-i3 b/start-post-i3 index 42feae2..76b3887 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 &