From 3571e3740115719a64c820b02ed77e72422e55fe Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 1 Oct 2017 11:23:12 +0200 Subject: fix wrong config name. enable option to jump to queue --- clerk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clerk') diff --git a/clerk b/clerk index fa6d432..c625435 100755 --- a/clerk +++ b/clerk @@ -64,7 +64,7 @@ sub parse_config { player => $g->{player}, tagging => $g->{tagging}, randomartist => $g->{randomartist}, - jump_query => $g->{jump_query} + jump_queue => $g->{jump_queue} ); my $c = $cfg->param(-block=>'Columns'); @@ -393,7 +393,7 @@ sub tmux { } sub tmux_jump_to_queue_maybe { - tmux qw/findw -t music queue/ if $rvar{jump_queue}; + tmux qw/findw -t music queue/ if ($rvar{jump_queue} eq "true"); } sub tmux_spawn_random_pane { -- cgit v1.2.3-24-g4f1b