From 6736d8c0f6b29c7cd0522f89b21035415cfb860d Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sat, 30 Sep 2017 13:23:37 +0200 Subject: initial rewrite done by yushyin --- clerk.tmux | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'clerk.tmux') diff --git a/clerk.tmux b/clerk.tmux index 7f58353..135abda 100644 --- a/clerk.tmux +++ b/clerk.tmux @@ -1,18 +1,17 @@ # !Dont move this section. ## Key Bindings -bind-key -n F1 findw albums # show album list -bind-key -n F2 findw tracks # show tracks -bind-key -n F3 findw latest # show album list (latest first) -bind-key -n F4 findw playlists # load playlist -bind-key -n F5 findw queue # show queue -bind-key -n C-F5 run-shell 'mpc prev --quiet' # previous song -bind-key -n C-F6 run-shell 'mpc toggle --quiet' # toggle playback -bind-key -n C-F7 run-shell 'mpc stop > /dev/null' # stop playback -bind-key -n C-F8 run-shell 'mpc next --quiet' # next song -bind-key -n F10 run-shell 'clerk -f -x' # play random album/songs -bind-key -n C-F1 run-shell 'clerk -f -y' # show help -bind-key -n F9 run-shell 'clerk -f -Z' # show rating menu -bind-key -n C-q kill-session -t music # quit clerk +bind-key -n F1 findw albums # show album list +bind-key -n F2 findw tracks # show tracks +bind-key -n F3 findw latest # show album list (latest first) +bind-key -n F4 findw playlists # load playlist +bind-key -n F5 findw queue # show queue +bind-key -n C-F5 run-shell 'mpc prev --quiet' # previous song +bind-key -n C-F6 run-shell 'mpc toggle --quiet' # toggle playback +bind-key -n C-F7 run-shell 'mpc stop > /dev/null' # stop playback +bind-key -n C-F8 run-shell 'mpc next --quiet' # next song +bind-key -n F10 run-shell '$CLERKBIN --instaact=rand_pane' # play random album/songs +bind-key -n C-F1 run-shell '$CLERKBIN --instaact=help_pane' # show help +bind-key -n C-q kill-session -t music # quit clerk # Status bar -- cgit v1.2.3-24-g4f1b