Cannot Find Zathura's Config File

So I want to enable copying text from pdf’s to clipboard and I was instructed to add a line in the “zathurarc” file.

This is supposedly located in either ~/.config/zathura or /etc/zathura. Neither directory exists, let alone the file. Am I supposed to create it myself?

man zathurarc
says:

SYNOPSIS
       /etc/zathurarc, $XDG_CONFIG_HOME/zathura/zathurarc

… you’ll probably have to create it yourself - and then put something in there

For the newbies,

cd ~/.config
mkdir zathura
cd ~/.config/zathura
nano zathurarc

Add the necessary lines and save the file as “zathurarc”

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.