From f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 5 Oct 2022 22:00:32 -0500 Subject: Initial Commit --- ytfzf/conf.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ytfzf/conf.sh (limited to 'ytfzf/conf.sh') diff --git a/ytfzf/conf.sh b/ytfzf/conf.sh new file mode 100644 index 0000000..d715a7e --- /dev/null +++ b/ytfzf/conf.sh @@ -0,0 +1,9 @@ +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" -- cgit v1.2.3