set-window-title!

Name

set-window-title! -- Change the window title X-Property of WIN to TITLE.

Synopsis

(set-window-title! win title)

Description

Change the window title X-Property of WIN to TITLE. WIN is a Scwm window object, TITLE is a string. This procedure alters the window title by changing the WM_NAME X-Property.

Implementation Notes

Module: (app scwm xprop-extras)

Defined in scheme/xprop-extras.scm at line 13 (CVS log)