This repository has been archived on 2023-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/ytfzf/conf.sh

14 lines
581 B
Bash
Raw Permalink Normal View History

2022-11-01 19:12:15 +01:00
# This is a sample config file, refer to ytfzf(5) for more information
# In the previous version of ytfzf this file had all the examples, with all defaults set,
# this has been changed because it made it impossible for us to change default values that were broken or causing bugs,
# as everyone used the default configuration file.
# we are now going to only have this sample config file, and the ytfzf(5) manual, which has explanation of every variable and function that can be set.
#a sample config below:
# user ffplay instead of mpv
video_player () {
ffplayer.sh "$@"
}