Merge branch 'master' of code.ungleich.ch:nico/nsbin
This commit is contained in:
commit
c0a623d12b
1 changed files with 8 additions and 2 deletions
|
@ -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 &
|
||||
# slack &
|
||||
if command -v firefox; then
|
||||
firefox &
|
||||
if command -v chromium; then
|
||||
chromium &
|
||||
elif command -v chromium-browser; then
|
||||
chromium-browser &
|
||||
fi
|
||||
|
||||
# slack &
|
||||
|
||||
ssh-add </dev/null && mainemacs &
|
||||
|
|
Loading…
Reference in a new issue