diff options
author | zachir <zachir@librem.one> | 2023-07-17 22:18:29 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-07-17 22:18:29 -0500 |
commit | 15cca10e45f20a7a0ccd09c6dab2efab1127cec3 (patch) | |
tree | 885d755a365179c1e7a296f557bc5fe7a535ed59 /ytfzf | |
parent | 30b9d2adb82cbfe273bf8b4a5accfd6dd3ef78cf (diff) |
Simplify ytfzf conf to only what's needed
Diffstat (limited to 'ytfzf')
-rw-r--r-- | ytfzf/conf.sh | 7 |
1 files changed, 1 insertions, 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 |