# This is an example of valid config file for Newsraft.
# Note that config file is not required for Newsraft to work!
# It's used only for overriding default settings and expanding functionality.

# Lines with # character at the beginning are comments - they are ignored.

# Here we set some settings.
scrolloff 5
feeds-menu-paramount-explore true
color-list-item-important bold red default

# 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"
