summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-04-24 19:57:35 +0300
committerLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-04-24 19:57:35 +0300
commit53b53dd8c24004d9b2a2170590432d62656c43c2 (patch)
treeaba12b0488a16e198e4fdd4fe02ca8ee63b56bb8 /include/config.h
parentMerge pull request #598 from Hummer12007/pango_fix (diff)
downloadsway-53b53dd8c24004d9b2a2170590432d62656c43c2.tar.gz
sway-53b53dd8c24004d9b2a2170590432d62656c43c2.tar.zst
sway-53b53dd8c24004d9b2a2170590432d62656c43c2.zip
Added plaintext markup configuration
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index d7e96e74..c6f63134 100644
--- a/include/config.h
+++ b/include/config.h
@@ -116,6 +116,7 @@ struct bar_config {
116 enum desktop_shell_panel_position position; 116 enum desktop_shell_panel_position position;
117 list_t *bindings; 117 list_t *bindings;
118 char *status_command; 118 char *status_command;
119 bool plaintext_markup;
119 char *swaybar_command; 120 char *swaybar_command;
120 char *font; 121 char *font;
121 int height; // -1 not defined 122 int height; // -1 not defined