background application monitor for tmux

This commit is contained in:
yage
2021-11-05 23:42:38 -06:00
parent 4bd6fcc0c8
commit f5745aa4d9
2 changed files with 19 additions and 0 deletions

8
bin/tmux/bg-apps/midi Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/zsh
cd $HOME/Projects/gizmos/xorg-midi/code
source ../env/bin/activate
./midi-controller
deactivate