diff --git a/README.md b/README.md index 7d48a9ad1..607f7ad32 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,17 @@ * update_cleanup needs to be uncommented to actually do something, and update_parsing is good for fixing a few releases everytime it runs, not a silver bullet though + * If you notice that the pane middle right is empty, that is intentional. I have bwm-ng ready to go into that spot, if you have it installed. Once installed run these as root from the nix_scripts/tmux folder: + + `sed -i -e 's/#'$BWMNG'/'$BWMNG'/' start.sh` + `sed -i -e 's/#command/command/' edit_these.sh` + + * Now all panes should be running smoothly. + + + +