2018-09-06 13:29:20 +02:00
|
|
|
#!/bin/bash
|
|
|
|
. ~/.i3/env
|
2018-10-03 14:40:50 +02:00
|
|
|
i3-msg "workspace 0:; append_layout ~/.i3/layouts/workspace0-irc.json"
|
|
|
|
i3-msg "workspace 0:; exec termite -t weechat -e weechat"
|
|
|
|
i3-msg "workspace 0:; exec termite -t weechat -e weechat"
|
|
|
|
i3-msg "workspace 0:; move workspace to output $SECONDARY"
|