diff options
author | zachir <zachir@librem.one> | 2023-07-17 22:18:29 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-07-17 22:23:02 -0500 |
commit | e09c03565380ee4f171ad4f7e0c8e575af360acb (patch) | |
tree | 12115c5737c16f7b8b13d5ee37c879285458cf10 /ytfzf | |
parent | e6e39108c14cf31ff014148f06f07d2dbb3d7546 (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 |