diff options
Diffstat (limited to 'src/tofi.h')
-rw-r--r-- | src/tofi.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -60,6 +60,12 @@ struct tofi { int32_t margin_bottom; int32_t margin_left; int32_t margin_right; + bool width_is_percent; + bool height_is_percent; + bool margin_top_is_percent; + bool margin_bottom_is_percent; + bool margin_left_is_percent; + bool margin_right_is_percent; } window; struct { uint32_t rate; |