dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 8a811d0a1fc0ee97f049e52786b0f4e98e174477
parent d8f22a2cfa212d94235dad14b25bf59d219338ee
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon,  6 Nov 2017 13:37:15 -0500

add binding to add all songs to mpd and play with random on

Diffstat:
Mlinks/.tmux.conf | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -132,6 +132,8 @@ bind -Tmpd p new-window -n mpc "mpc toggle" bind -Tmpd s new-window -n mpc "mpc stop" bind -Tmpd n new-window -n mpc "mpc next" bind -Tmpd b new-window -n mpc "mpc prev" +bind -Tmpd r new-window -n mpc "mpc clear && mpc ls | mpc add && mpc random on && mpc play" +#bind -Tmpd r new-window -n mpc "mpc clear && mpc ls | mpc add && mpc shuffle && mpc play" # Use alternate prefix (C-b) for grouping music-control bindings #bind -n C-b switchc -Tmoreprefix