summaryrefslogtreecommitdiffstats
path: root/clerk.tmux
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-09-30 13:23:37 +0200
committerRasmus Steinke <rasi@xssn.at>2017-09-30 13:23:37 +0200
commit6736d8c0f6b29c7cd0522f89b21035415cfb860d (patch)
tree0a9c7adbf7f9e6d7f2656c56780bc9f930a4ae1c /clerk.tmux
parent6206678857c6e42dd524d719c825442af741405a (diff)
downloadperl-app-clerk-6736d8c0f6b29c7cd0522f89b21035415cfb860d.tar.gz
perl-app-clerk-6736d8c0f6b29c7cd0522f89b21035415cfb860d.tar.xz
initial rewrite done by yushyin
Diffstat (limited to 'clerk.tmux')
-rw-r--r--clerk.tmux25
1 files changed, 12 insertions, 13 deletions
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