Window.setIconName

Sets the icon for the window from a named themed icon. See the docs for GtkIconTheme for more details. Note that this has nothing to do with the WM_ICON_NAME property which is mentioned in the ICCCM. Since 2.6

class Window
void
setIconName
(
string name
)

Parameters

name string

the name of the themed icon. [allow-none]

Meta