diff --git a/start-post-i3 b/start-post-i3 index d63c737..97f25ba 100755 --- a/start-post-i3 +++ b/start-post-i3 @@ -6,7 +6,11 @@ i3-msg 'workspace 2; append_layout ~/.i3/workspace-2.json' i3-msg 'workspace 10' # Start programs afterwards and watch matching -chromium & +if command chromium; then + chromium & +elif command chromium-broswer; then + chromium-browser & +fi # slack & ssh-add