You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
581 B
Bash
14 lines
581 B
Bash
# 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 "$@"
|
|
}
|