Implements configurable named workspaces

This commit is contained in:
Bapt
2009-07-24 17:30:27 +00:00
committed by Michael Stapelberg
parent 33e536113d
commit ddcb11baba
3 changed files with 69 additions and 8 deletions

View File

@ -165,6 +165,9 @@ struct Workspace {
/** Number of this workspace, starting from 0 */
int num;
/** Name of the workspave */
char *name;
/** x, y, width, height */
Rect rect;