Implement the possibility to set a workspace open clients automatically in floating mode

Use "wwt" (with workspace: toggle floating) in your configuration file
This commit is contained in:
Michael Stapelberg
2009-06-19 13:20:10 +02:00
parent 4135aaad7c
commit 5c48444b4e
3 changed files with 32 additions and 16 deletions

View File

@ -161,6 +161,9 @@ struct Workspace {
int current_row;
int current_col;
/* Should clients on this workspace be automatically floating? */
bool auto_float;
Client *fullscreen_client;
/* The focus stack contains the clients in the correct order of focus so that