You are not logged in.
Hello. Is it possible to use separate configs for different graphical sessions/DEs, but for the same user? What I mean is: is it possible to have separate themes, icons, and terminal settings for two separate DEs under the same user? Logically, the creation of two config directories requires the creation of a new user, but is there a way without doing that?
"We all create stories to protect ourselves."
-- Johnny Truant
Offline
You might use soft links. Move your ~/.config to a different name. Use ln -s to link ~.config to that directory.
Create a new configuration directory. Remove the softlink .config and recreate it to point at the new directory.
It might work. YMMV.
Try that as an experiment. If it works, you might want to do that with specific sub-directories of .config so that you don't need to maintain different configs for every program on your system.
The next task would be to automate all that at login time.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline