Various configuration changes

This commit is contained in:
Wryn Wagner
2019-09-26 10:13:45 -06:00
parent 53f9a55b58
commit b6055a10e4
12 changed files with 368 additions and 46 deletions

6
config/i3/desktop_layout Normal file
View File

@ -0,0 +1,6 @@
#!/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"