1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Installed fountain mode

This commit is contained in:
Ryan Kes 2020-06-12 11:29:35 +02:00
parent a56d0e6e74
commit 4ccad4da49

View File

@ -46,21 +46,6 @@ refresh_delay = 70
# default: (blank) # default: (blank)
player = player =
# The command to run when you press key_execute (default e). All instances of
# the following tokens are replaced with the corresponding episode attributes:
# {file} - the episode enclosure, usually a remote mp3 file
# {title} - the episode name
# {description} - the episode description
# {link} - the link to the episode, which is often a blog post
# {pubdate} - the publish date/time of the episode
# {copyright} - the copyright of the episode
# Most of these attributes have spaces, so you will probably want to enclose
# the token with quotations.
# For example, `firefox "{file}"` would open the file in Firefox.
# The client executes the text you enter as a shell command. Use with caution!
# default: (blank)
execute_command =
[feeds] [feeds]
# Whether to reload/refresh your feeds when the client starts. Depending on how # Whether to reload/refresh your feeds when the client starts. Depending on how
@ -204,9 +189,6 @@ key_clear = c
# default: n # default: n
key_next = n key_next = n
# Execute a command on the selected episode. See also execute_command.
key_execute = e
# Invert the order of the menu. # Invert the order of the menu.
# default: i # default: i
key_invert = i key_invert = i