rofi
1.5.1
|
![]() |
Modules | |
XServer Configuration | |
File Configuration | |
Functions | |
void | config_xresource_free (void) |
void | config_parse_xresource_dump (void) |
Configuration described in Xresource format. This can be loaded from the X server or file.
void config_parse_xresource_dump | ( | void | ) |
Dump the settings in a Xresources compatible way to stdout.
Definition at line 545 of file xrmoptions.c.
References extra_options, num_extra_options, XrmOption::str, XrmOption::value, xresource_dump_entry(), and xrmOptions.
Referenced by main().
void config_xresource_free | ( | void | ) |
Free any allocated memory.
Definition at line 487 of file xrmoptions.c.
References extra_options, XrmOption::mem, num_extra_options, and xrmOptions.
Referenced by cleanup().