fixed prefs filename

This commit is contained in:
K D Hedger
2025-02-07 13:47:17 +00:00
parent 60d26077d5
commit a9ff66ca1b
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ option long_options[]=
void setPrefs(int argc,char **argv) void setPrefs(int argc,char **argv)
{ {
std::string configfile=getenv("HOME"); std::string configfile=getenv("HOME");
configfile+="/.config/LFS/tray.rc"; configfile+="/.config/LFS/lfstray.rc";
prefs.prefsMap= prefs.prefsMap=
{ {

View File

@ -11,7 +11,7 @@ make install
You dont need to install to try it out just run lfstray from the app folder. You dont need to install to try it out just run lfstray from the app folder.
### ###
**QUICK USE:** **QUICK USE:**
Copy the sanple prefs file sample_prefs.rc to ~/.config/LFS/tray.rc Copy the sanple prefs file sample_prefs.rc to ~/.config/LFS/lfstray.rc
```console ```console
lfstray lfstray