-
Notifications
You must be signed in to change notification settings - Fork 4
Using Homegirl
poeticAndroid edited this page Nov 11, 2019
·
4 revisions
To use Homegirl, download and extract the zip file. If you're on Windows, run homegirl_windows.exe
, else run homegirl.sh
.
Key | Action |
---|---|
F7 | Auto-resize and center window |
F8 | Sync audio buffer |
F11 | Toggle Fullscreen |
F12 | Open config folder |
Homegirl is configured with a config file, discovered in the following order:
- specified as a command line argument. (filename has to end with
.json
) -
homegirl.json
in the current working directory. -
%APPDATA%\Homegirl\config.json
if on Windows. -
~/.config/Homegirl/config.json
orconfig.json
in the current working directory if no home directory can be found.
If a config file can't be found, a default file will be created.