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
/* text size (must be a valid size) */ static const char * text_size = "fixed";
/* text size (must be a valid size) */
static const char * text_size = "fixed";
changing text_size variable results in core dump even though it compiles easily.
Also give support for changing the font
The text was updated successfully, but these errors were encountered:
How do you fix it ? Could anyone give a solution?
Sorry, something went wrong.
add this line to your config.h file
static const char *text_size = "-Sony-Fixed-Medium-R-Normal--24-170-100-100-C-120-ISO8859-1";
But first you should install the larger xorg-font via 'https://www.reddit.com/r/suckless/comments/rm5827/slock_f_doesnt_show_12x24_font/'.
khuedoan
No branches or pull requests
/* text size (must be a valid size) */
static const char * text_size = "fixed";
changing text_size variable results in core dump even though it compiles easily.
Also give support for changing the font
The text was updated successfully, but these errors were encountered: