Implement a command for hiding all floating windows (and showing them again)

This commit is contained in:
Michael Stapelberg
2009-06-19 13:59:29 +02:00
parent 5c48444b4e
commit 89c0caaec4
4 changed files with 46 additions and 6 deletions

View File

@ -163,6 +163,8 @@ struct Workspace {
/* Should clients on this workspace be automatically floating? */
bool auto_float;
/* Are the floating clients on this workspace currently hidden? */
bool floating_hidden;
Client *fullscreen_client;