mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2026-01-29 14:42:01 +00:00
fixed prefs filename
This commit is contained in:
@ -41,7 +41,7 @@ option long_options[]=
|
||||
void setPrefs(int argc,char **argv)
|
||||
{
|
||||
std::string configfile=getenv("HOME");
|
||||
configfile+="/.config/LFS/tray.rc";
|
||||
configfile+="/.config/LFS/lfstray.rc";
|
||||
|
||||
prefs.prefsMap=
|
||||
{
|
||||
|
||||
@ -11,7 +11,7 @@ make install
|
||||
You dont need to install to try it out just run lfstray from the app folder.
|
||||
###
|
||||
**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
|
||||
lfstray
|
||||
|
||||
Reference in New Issue
Block a user