Adding tmux 'init' scripts for mail and music
This commit is contained in:
parent
dda25db5d1
commit
8ce16abb99
2 changed files with 10 additions and 0 deletions
5
bin/tmux_mail.sh
Executable file
5
bin/tmux_mail.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
tmux split-window -l 5 check_mail.sh
|
||||
tmux select-pane -U
|
||||
tmux rename-window ✉
|
||||
alot
|
||||
5
bin/tmux_music.sh
Executable file
5
bin/tmux_music.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
tmux split-window -l 5 mopidy
|
||||
tmux select-pane -U
|
||||
tmux rename-window ♫
|
||||
ncmpcpp
|
||||
Loading…
Add table
Add a link
Reference in a new issue