dotwryn/config/i3/desktop_layout

7 lines
202 B
Plaintext
Raw Normal View History

2019-09-26 16:13:45 +00:00
#!/bin/bash
2020-01-08 20:38:40 +00:00
source $HOME/.wryn/env/env.bash
2019-09-26 16:13:45 +00:00
LAYOUTS="$DOTWRYN/config/i3/layouts";
i3-msg "workspace 3; append_layout $LAYOUTS/chat_and_htop.json"
i3-msg "workspace 4; append_layout $LAYOUTS/repl.json"