summaryrefslogtreecommitdiff
path: root/ytfzf/conf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ytfzf/conf.sh')
-rw-r--r--ytfzf/conf.sh9
1 files changed, 9 insertions, 0 deletions
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"