Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window Size Configuration #213

Closed
frostworx opened this issue Apr 11, 2021 · 0 comments
Closed

Window Size Configuration #213

frostworx opened this issue Apr 11, 2021 · 0 comments

Comments

@frostworx
Copy link
Collaborator

I'm going to rewrite the Window Size Configuration:
Instead of having one big gui config (as template and per game) containing all window sizes for all possible windows the following solution would be far superior.

Rough concept:

Every window always uses the variables $WINX,$WINY (maybe with the option to also use $POSX,$POSY instead of center)
so the static resolution variables will be removed.

Those variables are simply loaded from in ~/.config/stl/guicfgs/${SteamAppId}/${WINDOWNAME}.conf
or when not found from ~/.config/stl/guicfgs/template/${WINDOWNAME}.conf
Changed resolutions would be only written to ~/.config/stl/guicfgs/${SteamAppId}/${WINDOWNAME}.conf
Maybe a TrayIcon Button with "Save Window Size To Template" would be possible as well.

For a transition from the current config it should be hopefully possible to migrate it into the new template format.

Any Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant