Holds an assignment for a given window class/title to a specific workspace (see src/config.c). More...
#include <data.h>
Public Types | |
enum | { ASSIGN_FLOATING_NO, ASSIGN_FLOATING_ONLY, ASSIGN_FLOATING } |
floating is true if this was an assignment to the special workspace "~". More... | |
Public Member Functions | |
TAILQ_ENTRY (Assignment) assignments | |
Data Fields | |
char * | windowclass_title |
enum Assignment:: { ... } | floating |
floating is true if this was an assignment to the special workspace "~". | |
int | workspace |
The number of the workspace to assign to. |
Holds an assignment for a given window class/title to a specific workspace (see src/config.c).
Definition at line 303 of file data.h.
anonymous enum |
Assignment::TAILQ_ENTRY | ( | Assignment | ) |
enum { ... } Assignment::floating |
floating is true if this was an assignment to the special workspace "~".
Matching clients will be put into floating mode automatically.
Referenced by reparent_window().
Definition at line 304 of file data.h.
Referenced by load_configuration(), and reparent_window().
The number of the workspace to assign to.
Definition at line 315 of file data.h.
Referenced by reparent_window().