Adding tmux 'init' scripts for mail and music
parent
dda25db5d1
commit
8ce16abb99
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
tmux split-window -l 5 check_mail.sh
|
||||
tmux select-pane -U
|
||||
tmux rename-window ✉
|
||||
alot
|
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
tmux split-window -l 5 mopidy
|
||||
tmux select-pane -U
|
||||
tmux rename-window ♫
|
||||
ncmpcpp
|
Loading…
Reference in New Issue