From dc5d76cf3b390d9937f2f6dbaf458fab1247a992 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Tue, 6 Aug 2019 00:34:07 -0400 Subject: sway.5: explain how to enable pango markup in font This clarifies the syntax to use for the font command to enable pango markup support. --- sway/sway.5.scd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 768f125e..8e866824 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -559,8 +559,11 @@ The default colors are: to the opposite edge of the container, even if there are other containers in the direction. Default is _yes_. -*font* - Sets font for use in title bars in Pango format. +*font* [pango:] + Sets font to use for the title bars. To enable support for pango markup, + preface the font name with _pango:_. For example, _monospace 10_ is the + default font. To enable support for pango markup, _pango:monospace 10_ + should be used instead. *titlebar_border_thickness* Thickness of the titlebar border in pixels -- cgit v1.2.3-54-g00ecf