diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-29 11:58:54 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-29 22:11:08 -0400 |
commit | 1e8faeec0263a7da311a13c56a0de34e47e66fa6 (patch) | |
tree | 5d66afa22b48864f5a362971348aa0379ef248c6 /include/swaybar/config.h | |
parent | 37b61eff2df3c8b47b1304650d1fb204a62658db (diff) |
Pixel-perfect rendering
Diffstat (limited to 'include/swaybar/config.h')
-rw-r--r-- | include/swaybar/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/config.h b/include/swaybar/config.h index 6bcefe64..7634cb16 100644 --- a/include/swaybar/config.h +++ b/include/swaybar/config.h @@ -24,6 +24,7 @@ struct swaybar_config { char *font; char *sep_symbol; char *mode; + bool mode_pango_markup; bool strip_workspace_numbers; bool binding_mode_indicator; bool wrap_scroll; |