aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-05 18:12:14 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-05 18:12:14 -0400
commit78c08fb0a281cbe74c56f0a2ea4b9370b9372661 (patch)
tree3fc34f67deb2988a1dcd1bf06f0798ada07333b8 /include/sway/config.h
parentMerge pull request #2185 from swaywm/update-wlroots-1076 (diff)
downloadsway-78c08fb0a281cbe74c56f0a2ea4b9370b9372661.tar.gz
sway-78c08fb0a281cbe74c56f0a2ea4b9370b9372661.tar.zst
sway-78c08fb0a281cbe74c56f0a2ea4b9370b9372661.zip
Implement mode --pango_markup
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 e75b0664..ac668c24 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -50,6 +50,7 @@ struct sway_mode {
50 char *name; 50 char *name;
51 list_t *keysym_bindings; 51 list_t *keysym_bindings;
52 list_t *keycode_bindings; 52 list_t *keycode_bindings;
53 bool pango;
53}; 54};
54 55
55struct input_config_mapped_from_region { 56struct input_config_mapped_from_region {