A
A
Alexander2015-05-20 09:33:50
linux
Alexander, 2015-05-20 09:33:50

How to make a separate user setting of something in GNU/Linux?

The question came up when I wanted to set up a folder for saving pdf, which produces a virtual printer pdf-cups. It turned out that the settings are here:
sudo nano /etc/cups/cups-pdf.conf
I'm sure that such a personal user setting could be done somewhere in ~/ or in ~/.config/, that is, without administrator rights.
With awesome, you can do something like this to create a custom config:

mkdir ~/.config/awesome
cp /etc/xdg/awesome/rc.lua ~/.config/awesome/rc.lua

Now the question is:
Is there any standard for these user config files? In what order are they processed, from which directory are they taken, etc.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stanislav Makarov, 2015-05-20
@Nipheris

root? :D

S
Stanislav Fateev, 2015-05-20
@svfat

Google it, maybe pdf-cups can be fed the config name as a parameter. Or make a symlink /etc/cups/cups-pdf.conf to the user config

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question