diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-09-23 17:57:06 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2017-09-23 17:57:06 +0200 |
commit | b79390298a0f3e49036aea869f27faa59f692ba3 (patch) | |
tree | fbda87772c642da71749936f6706d9fca6c05c79 | |
parent | beec137e3dcbda4051b6f10056f91a5d05ecdd00 (diff) | |
download | perl-app-clerk-b79390298a0f3e49036aea869f27faa59f692ba3.tar.gz perl-app-clerk-b79390298a0f3e49036aea869f27faa59f692ba3.tar.xz |
remove rofi settings
-rwxr-xr-x | clerk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ sub backend_call { "--bind=esc:$random,alt-a:toggle-all,alt-n:deselect-all", "--with-nth=$fields" ], - rofi => [ "rofi", "-width", "1300", "-matching", "regex", "-dmenu", "-kb-row-tab", "", "-kb-move-word-forward", "", "-kb-accept-alt", "Tab", "-multi-select", "-no-levensthein-sort", "-i", "-p", "> " , "-filter", $minimal ] + rofi => [ "rofi", "-matching", "regex", "-dmenu", "-multi-select", "-i", "-p", "> " , "-filter", $minimal ] ); my $handle = start $backends{$backend} // die('backend not found'), \$input, \$out; $input = join "", (@{$in}); |