From d7a5bb535ad453c608b035eb73be81430765387b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 14 May 2019 20:15:18 +0200 Subject: [PATCH] ++ post startup fix --- start-post-i3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start-post-i3 b/start-post-i3 index 97f25ba..4548370 100755 --- a/start-post-i3 +++ b/start-post-i3 @@ -6,9 +6,9 @@ i3-msg 'workspace 2; append_layout ~/.i3/workspace-2.json' i3-msg 'workspace 10' # Start programs afterwards and watch matching -if command chromium; then +if command -v chromium; then chromium & -elif command chromium-broswer; then +elif command -v chromium-browser; then chromium-browser & fi # slack &