Layout/Tag: Add request_update in Tag struct. WMFS Doesn't update layout each time you switch the tag, but only when it's requested.
This commit is contained in:
@@ -214,6 +214,7 @@ typedef struct
|
||||
float mwfact;
|
||||
int nmaster;
|
||||
Bool resizehint;
|
||||
Bool request_update;
|
||||
int barpos;
|
||||
Layout layout;
|
||||
} Tag;
|
||||
|
||||
Reference in New Issue
Block a user