The name of the Openbox theme to use. It is not set by default.
*<theme><icon>*
- The name of the icon theme to use. It is not set by default.
+ The name of the icon theme to use. Inherits *<theme><name>* if not set.
*<theme><fallbackAppIcon>*
The name of the icon to use as a fallback when the application icon
rc.fallback_app_icon_name = xstrdup("labwc");
}
+ if (!rc.icon_theme_name && rc.theme_name) {
+ rc.icon_theme_name = xstrdup(rc.theme_name);
+ }
+
if (!rc.title_layout_loaded) {
#if HAVE_LIBSFDO
fill_title_layout("icon:iconify,max,close");