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