diff options
author | eug-vs <eug-vs@keemail.me> | 2021-04-26 00:14:58 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-04-26 00:14:58 +0300 |
commit | 6a375209381c396402e23c72b05f7a2854f9ceb5 (patch) | |
tree | 52ba87f90a81db1569374b626dcf6c2b88a871b7 | |
parent | c63df9b6409b227b959a2d5989390e837a995bb8 (diff) | |
download | dotfiles-6a375209381c396402e23c72b05f7a2854f9ceb5.tar.gz |
feat(ncspot): create tmuxinator project
-rw-r--r-- | .config/tmuxinator/spotify.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/tmuxinator/spotify.yml b/.config/tmuxinator/spotify.yml new file mode 100644 index 0000000..6b176c5 --- /dev/null +++ b/.config/tmuxinator/spotify.yml @@ -0,0 +1,9 @@ +name: spotify +root: ~/ + +windows: + - player: + layout: main-horizontal + panes: + - ncspot + - pulsemixer |