7 lines
196 B
Bash
7 lines
196 B
Bash
#!/bin/bash
|
|
source $HOME/.my_bash_env
|
|
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"
|