summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-04-24 17:58:53 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-04-24 17:58:53 -0400
commit7efa9ab34ae1dabcc7c87d22bfba0b1312c8c662 (patch)
tree2364d4662a641f368d83494aa03b6b0879e97ca8 /include/config.h
parentMerge pull request #598 from Hummer12007/pango_fix (diff)
parentRenamed pango_markup config options (diff)
downloadsway-7efa9ab34ae1dabcc7c87d22bfba0b1312c8c662.tar.gz
sway-7efa9ab34ae1dabcc7c87d22bfba0b1312c8c662.tar.zst
sway-7efa9ab34ae1dabcc7c87d22bfba0b1312c8c662.zip
Merge pull request #601 from Hummer12007/pango_markup_config
Pango markup config
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..37b97665 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 pango_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