|
14 | 14 | #### - Visual preview of the selected configuration's layout. |
15 | 15 | #### - Multiple presets available for window layout, as well as manual adjustments. |
16 | 16 | #### - Optional screenshot view mode. |
17 | | -- Screenshots can be taken using the "Take screenshots" button, or automatically downloaded from IGDB or RAWG using the "Download images" button. (API key needed for IGDB/RAWG.) |
| 17 | +- Screenshots can be taken using the "Take screenshots" button |
18 | 18 | - You can also manually add your own screenshots to the image folder. |
19 | 19 | #### - Toggle Always-on-Top state specifically for windows managed by the *currently applied config*. |
20 | 20 | #### - Set higher process priority for selected applications. (sets it to "above normal".) |
21 | 21 | #### - Support for multiple configuration files. |
22 | 22 | #### - Config creation through GUI. |
| 23 | +#### - Config edit through GUI. |
23 | 24 | #### - Compact GUI mode available. |
24 | 25 | #### - Configurable overrides per application available in ```layout_config.ini``` |
25 | 26 |
|
|
69 | 70 | 3. Click "Yes" in the confirmation window |
70 | 71 | - You can also manually delete the files from the config folder |
71 | 72 |
|
72 | | -### Manually edit settings |
73 | | -1. Click the "Open Config Folder" button |
74 | | -2. Open the config file you want to edit in notepad and adjust values |
75 | | -3. Save the config file and close notepad |
76 | | -- Useful for adding search_title override (pending adding this feature to config creation GUI) |
| 73 | +### Edit settings |
| 74 | +1. Click the "Edit Config" button |
| 75 | +2. Change the settings as you would when creating a new config |
| 76 | +3. Save the config |
77 | 77 |
|
78 | 78 | ### Compact mode |
79 | 79 | - Click the "Toggle compact" to switch between full and compact mode |
80 | 80 |
|
81 | | -### Take screenshots |
| 81 | +### Take config screenshots |
82 | 82 | - This button will take a screenshot of all detected windows from the currently selected configuration and use them for the GUI |
83 | 83 |
|
84 | | -### Download images |
85 | | -- This button will download screentshots from IGDB and use them for the GUI |
86 | | -- The "Download images" function requires IGDB Client ID and Client Secret to work. These are not included. |
| 84 | +### Download images (removed feature) |
| 85 | +- This feature has been removed |
87 | 86 |
|
88 | 87 | ### Toggle images |
89 | 88 | - Switch between basic and screenshot layout |
90 | 89 |
|
91 | 90 | ### Snap application on open |
92 | 91 | - You can set the application to open snapped to either edge of the screen instead of centered. |
93 | | -- This can be used to avoid opening the application behind a always-on-top window. |
| 92 | +- This can be used to avoid opening the application behind an always-on-top window. |
94 | 93 |
|
95 | 94 | ### Auto-reapply |
96 | 95 | - Setting this will automatically reapply the current window settings if a change is detected. |
97 | | -- Useful for games that has a lobby and lauches a new game window per match, for example League of Legends. |
| 96 | +- Useful for games that has a lobby and launches a new game window per match, for example League of Legends. |
98 | 97 |
|
99 | | -## Configuration Format (***'config_\<name\>.ini'***): |
| 98 | +## Configuration Files |
| 99 | +The files can be found in the "configs" folder in the same folder as the executable. |
| 100 | + |
| 101 | +### Configuration Format (***'config_\<name\>.ini'***): |
100 | 102 | ``` |
101 | 103 | [Window Title] |
102 | 104 | apply_order = Titlebar,Pos,Size,Aot # Set the order for applying settings |
|
0 commit comments