rofi  1.5.1
XResources Configuration
Collaboration diagram for XResources Configuration:

Modules

 XServer Configuration
 
 File Configuration
 

Functions

void config_xresource_free (void)
 
void config_parse_xresource_dump (void)
 

Detailed Description

Configuration described in Xresource format. This can be loaded from the X server or file.

Function Documentation

◆ config_parse_xresource_dump()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ config_xresource_free()

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().

Here is the caller graph for this function: