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
|
@ -28,7 +28,7 @@ c.fileselect.handler = "external"
|
||||||
picker = [
|
picker = [
|
||||||
"alacritty",
|
"alacritty",
|
||||||
"--class",
|
"--class",
|
||||||
"floating,floating",
|
"float",
|
||||||
"-e",
|
"-e",
|
||||||
"vifm",
|
"vifm",
|
||||||
"--choose-files",
|
"--choose-files",
|
||||||
|
|
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…
Reference in a new issue