diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2020-10-03 15:45:26 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2020-10-03 15:45:26 +0200 |
| commit | eae26ec3fb5bf2327beabc45c237d889f01761dc (patch) | |
| tree | 8a13986177a3380b3d3c965ceb2526e6ceb9c88d /include/swaybar | |
| parent | fc345c0ce96503e9daffbbba0908191d2582deea (diff) | |
Add support for workspace_min_width bar option.
Diffstat (limited to 'include/swaybar')
| -rw-r--r-- | include/swaybar/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/config.h b/include/swaybar/config.h index 688fa2d7..4cacd21a 100644 --- a/include/swaybar/config.h +++ b/include/swaybar/config.h @@ -38,6 +38,7 @@ struct swaybar_config { bool binding_mode_indicator; bool wrap_scroll; bool workspace_buttons; + uint32_t workspace_min_width; list_t *bindings; struct wl_list outputs; // config_output::link int height; |
