We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The default font size (8) is too small for me. How can it be easily changed on my awesome configuration?
I have tried
cyclefocus.default_preset = { font = "sans 12" }
without success.
The text was updated successfully, but these errors were encountered:
Allow to configure font size(s) via default_preset
fcb3cc0
Fixes #37
You have to define preset_for_offset currently, but then in two places / override it completely.
preset_for_offset
See #38 for an easier approach, please try it / provide feedback there.
Sorry, something went wrong.
You have to define preset_for_offset currently, but then in two places / override it completely. See #38 for an easier approach, please try it / provide feedback there.
With PR #38 and putting the following in rc.lua works for me.
rc.lua
cyclefocus.default_preset.base_font_size = 14
Successfully merging a pull request may close this issue.
The default font size (8) is too small for me. How can it be easily changed on my awesome configuration?
I have tried
without success.
The text was updated successfully, but these errors were encountered: