aboutsummaryrefslogtreecommitdiff
path: root/include/configuration.h
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2023-01-22 18:34:14 +0100
committerOrestis Floros <orestisflo@gmail.com>2023-01-22 18:34:14 +0100
commitff30991b16c9b62cf5f04353f419b09912b83ede (patch)
tree4928f60370ebd34bc942a7e00867e37422ba8d1e /include/configuration.h
parentc52f13900df5da04d86809abbfe25178a4bbe305 (diff)
downloadi3-ff30991b16c9b62cf5f04353f419b09912b83ede.tar.gz
i3-ff30991b16c9b62cf5f04353f419b09912b83ede.zip
i3bar: Add protocol for workspace buttonsi3bar-ws-protocol
Closes #3818 (parent issue) Fixes #1808 Fixes #2333 Fixes #2617 Fixes #3548
Diffstat (limited to 'include/configuration.h')
-rw-r--r--include/configuration.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configuration.h b/include/configuration.h
index 99f4b64e..19d2f714 100644
--- a/include/configuration.h
+++ b/include/configuration.h
@@ -335,6 +335,10 @@ struct Barconfig {
* Will be passed to the shell. */
char *status_command;
+ /** Command that should be run to get the workspace buttons. Will be passed
+ * to the shell. */
+ char *workspace_command;
+
/** Font specification for all text rendered on the bar. */
char *font;