aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorLibravatar Tarmack <git@tarmack.eu>2020-10-03 15:45:26 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2020-10-11 19:12:42 +0200
commit989123a2a5933367e5c7c39c3793f4814e026bf1 (patch)
tree8a13986177a3380b3d3c965ceb2526e6ceb9c88d /include/sway/config.h
parentxwayland: support views that change override-redirect status (diff)
downloadsway-989123a2a5933367e5c7c39c3793f4814e026bf1.tar.gz
sway-989123a2a5933367e5c7c39c3793f4814e026bf1.tar.zst
sway-989123a2a5933367e5c7c39c3793f4814e026bf1.zip
Add support for workspace_min_width bar option.
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 5ad240d3..ee1852d4 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -320,6 +320,7 @@ struct bar_config {
320 struct side_gaps gaps; 320 struct side_gaps gaps;
321 int status_padding; 321 int status_padding;
322 int status_edge_padding; 322 int status_edge_padding;
323 uint32_t workspace_min_width;
323 struct { 324 struct {
324 char *background; 325 char *background;
325 char *statusline; 326 char *statusline;