2018-07-06 09:57:47 +02:00
|
|
|
#!/bin/bash
|
|
|
|
. ~/.i3/env
|
2018-10-03 14:40:50 +02:00
|
|
|
i3-msg "workspace 9:; append_layout ~/.i3/layouts/workspace9-news.json"
|
|
|
|
i3-msg "workspace 9:; exec termite -t newsboat -e newsboat"
|
|
|
|
i3-msg "workspace 9:; exec termite -t hackernews -d '/home/jfm/Repositories/bark' -e 'pipenv run python Bark.py'"
|
|
|
|
i3-msg "workspace 9:; exec termite -t rtv -e 'rtv --enable-media --theme solarized-dark'"
|
|
|
|
i3-msg "workspace 9:; move workspace to output $SECONDARY"
|