diff options
author | ZachIR <zachir@zdx-raina> | 2023-07-10 22:11:51 -0500 |
---|---|---|
committer | ZachIR <zachir@zdx-raina> | 2023-07-10 22:11:51 -0500 |
commit | cbe59feb58690b2606bdd7abc2c53cae6b06bf75 (patch) | |
tree | 765137a1e11059a26dbff7a5de8ebd9914073bb3 /ytfzf | |
parent | 593eb0c5dec831863188e87cc4e4d4826ef9384d (diff) |
Remove graphical configs for server branch
Diffstat (limited to 'ytfzf')
-rw-r--r-- | ytfzf/conf.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ytfzf/conf.sh b/ytfzf/conf.sh deleted file mode 100644 index d715a7e..0000000 --- a/ytfzf/conf.sh +++ /dev/null @@ -1,9 +0,0 @@ -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" |