diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-04-24 19:57:35 +0300 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-04-24 19:57:35 +0300 |
| commit | b1f88921207b330e712aec4586956262634c820b (patch) | |
| tree | aba12b0488a16e198e4fdd4fe02ca8ee63b56bb8 /include/config.h | |
| parent | d379ae809512a97eef09f3f5a41d3a570a6cf2bf (diff) | |
Added plaintext markup configuration
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 1 |
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 { enum desktop_shell_panel_position position; list_t *bindings; char *status_command; + bool plaintext_markup; char *swaybar_command; char *font; int height; // -1 not defined |
