summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclerk5
-rw-r--r--clerk.conf3
2 files changed, 0 insertions, 8 deletions
diff --git a/clerk b/clerk
index b9b4a27..66169d4 100755
--- a/clerk
+++ b/clerk
@@ -46,11 +46,6 @@ my $title_l = $columns_cfg->{title_l};
my $track_l = $columns_cfg->{track_l};
my $artist_l = $columns_cfg->{artist_l};
-print "$tmux_config\n";
-if ($ENV{CLERK_BACKEND}) {
- $backend = $ENV{CLERK_BACKEND};
-}
-
# open connection to MPD
my $mpd = Net::MPD->connect($ENV{MPD_HOST} // $mpd_host // 'localhost');
diff --git a/clerk.conf b/clerk.conf
index 8400919..6248b88 100644
--- a/clerk.conf
+++ b/clerk.conf
@@ -6,9 +6,6 @@ mpd_host=tauron
database=PLACEHOLDER/.config/clerk/database.mpk
tmux_config=PLACEHOLDER/.config/clerk/clerk.tmux
-# backend to use, possible options: fzf and rofi
-backend=fzf
-
# number of songs clerk will get at once for creating its cache files
# if mpd drops the connection while updating, reduce this.
chunksize=30000