How to provide a config file? #19
|
Version: AppImage 1.0.1 x86_64 I know nothing is more frustrating for FOSS developers than people asking boneheaded questions that waste time, but I have been trying on my own for hours to no avail. I am trying to use this on the SteamDeck to expose a DualSense's motion data. I am also running SteamDeckGyroDSU to do the same thing for the SteamDeck's motion, but this also uses Port 26760. Where do I place a config file and what do I name it, such that the AppImage reads it and changes the port? I apologize if this is so simple that it would be silly to include in the documentation, I am a noob! |
Replies: 1 comment 1 reply
|
Path to the config file is passed as the first argument to the program, so if you launch from terminal it's like ./evdevhook2-v1.0.1-x86_64.AppImage /path/to/configDo you think it would be a good idea to default to, say, |
Path to the config file is passed as the first argument to the program, so if you launch from terminal it's like
Do you think it would be a good idea to default to, say,
~/.config/evdevhook2/default.iniif no config file is specified?