chrys87 / fenrir

An TTY screenreader for Linux.
GNU Lesser General Public License v3.0
47 stars 13 forks source link

Add a configuration location in $HOME #47

Closed ndarilek closed 5 years ago

ndarilek commented 5 years ago

It'd be nice if settings.conf could be located somewhere in $HOME but outside the source directory. I install most non-packaged software into my home directory so a restore gets me back to a comfortable system configuration. As things stand, it looks like I either have to run Fenrir from source, or keep my personal configuration in /etc.

Might be nice if ~/.config/fenrir/settings.conf could also be checked. Then maybe ~/.config/fenrir could be used for other things like user scripts.

Thanks!

chrys87 commented 5 years ago

Howdy, Thanks for reporting. I already started some work here some days ago. for the Backgrounddaemon (what reads TTY1 - TTYX) it makes sense to place the config in /etc. for the PTY emulation, to use fenrir in terminal emulators like gnome-terminal or xterm, it makes a lot of sense to take a look at ~/.config/fenrir/settings.conf still a lot of work needs to be done here:

until this happens you can start fenrir with "-s ~/path/to/your/config/settings.conf>" to give the config to use as parameter

chrys87 commented 5 years ago

Dupe of #41