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:
Marty Oehme 2021-11-27 15:52:54 +01:00
parent 6ac552d3d5
commit f23f0bd740
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
2 changed files with 10 additions and 1 deletions

View File

@ -28,7 +28,7 @@ c.fileselect.handler = "external"
picker = [
"alacritty",
"--class",
"floating,floating",
"float",
"-e",
"vifm",
"--choose-files",

View 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