Merge branch 'master' of code.ungleich.ch:nico/nsbin

This commit is contained in:
Nico Schottelius 2019-06-23 18:06:33 +02:00
commit c0a623d12b
1 changed files with 8 additions and 2 deletions

View File

@ -6,8 +6,14 @@ i3-msg 'workspace 2; append_layout ~/.i3/workspace-2.json'
i3-msg 'workspace 10'
# Start programs afterwards and watch matching
# chromium &
if command -v firefox; then
firefox &
if command -v chromium; then
chromium &
elif command -v chromium-browser; then
chromium-browser &
fi
# slack &
firefox &
ssh-add </dev/null && mainemacs &