# This is an example of valid config file for Newsraft.

# Lines with # character at the beginning are comments,
# they are completely ignored by the parser.

# Here we set some settings.
set scrolloff 5
set download-timeout 20
set color-list-item-important-fg bold red

# That's how you bind a regular action.
bind ^P mark-unread-all

# Command binding for opening links with feh image viewer.
bind f exec feh "%l"

# This will launch mpv in the background.
bind m exec mpv --no-terminal "%l" &
# This will launch mpv interactively.
bind M exec mpv "%l"
