Assignment Struct Reference

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.

Detailed Description

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.


Member Enumeration Documentation

anonymous enum

floating is true if this was an assignment to the special workspace "~".

Matching clients will be put into floating mode automatically.

Enumerator:
ASSIGN_FLOATING_NO 
ASSIGN_FLOATING_ONLY 
ASSIGN_FLOATING 

Definition at line 308 of file data.h.


Member Function Documentation

Assignment::TAILQ_ENTRY ( Assignment   ) 

Field Documentation

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().


The documentation for this struct was generated from the following file:

Generated on 16 Apr 2010 for i3 by  doxygen 1.6.1