From 15cca10e45f20a7a0ccd09c6dab2efab1127cec3 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 17 Jul 2023 22:18:29 -0500 Subject: Simplify ytfzf conf to only what's needed --- ytfzf/conf.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ytfzf/conf.sh b/ytfzf/conf.sh index d715a7e..13a1368 100644 --- a/ytfzf/conf.sh +++ b/ytfzf/conf.sh @@ -1,9 +1,4 @@ -YTFZF_EXTMENU=' bemenu -i -l 30 -p "Search:" ' - -YTFZF_PLAYER='mpv --save-position-on-quit' -YTFZF_PLAYER_FORMAT='mpv --save-position-on-quit --ytdl-format=' - cache_dir="$XDG_CACHE_HOME/ytfzf" history_file="$cache_dir/ytfzf_hst" current_file="$cache_dir/ytfzf_cur" -thumbnail_viewer="catimg" +thumbnail_viewer=kitty -- cgit v1.2.3