tmux: Add music session to defaults
Opens a mopidy server (in the foreground), a commandline player (ncmpcpp), a sound mixer window, and bluetooth connectivity.
This commit is contained in:
parent
6ac552d3d5
commit
f23f0bd740
2 changed files with 10 additions and 1 deletions
9
tmux/.config/tmux/sessions/music.session
Normal file
9
tmux/.config/tmux/sessions/music.session
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
rename-window server
|
||||
send-keys "mopidy" C-m
|
||||
new-window -n player
|
||||
send-keys "ncmpcpp" C-m
|
||||
new-window -n mixer
|
||||
send-keys "pulsemixer" C-m
|
||||
new-window -n bluetooth
|
||||
send-keys "bluetoothctl" C-m
|
||||
select-window -t 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue