aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-08-06 00:34:07 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-08-07 14:05:11 +0900
commitdc5d76cf3b390d9937f2f6dbaf458fab1247a992 (patch)
tree287655a9720d6ebfbd47d9ba0c2be7487361f0e4
parentconfig/output: rebase cursors after config applied (diff)
downloadsway-dc5d76cf3b390d9937f2f6dbaf458fab1247a992.tar.gz
sway-dc5d76cf3b390d9937f2f6dbaf458fab1247a992.tar.zst
sway-dc5d76cf3b390d9937f2f6dbaf458fab1247a992.zip
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.
-rw-r--r--sway/sway.5.scd7
1 files 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:
559 to the opposite edge of the container, even if there are other containers 559 to the opposite edge of the container, even if there are other containers
560 in the direction. Default is _yes_. 560 in the direction. Default is _yes_.
561 561
562*font* <font> 562*font* [pango:]<font>
563 Sets font for use in title bars in Pango format. 563 Sets font to use for the title bars. To enable support for pango markup,
564 preface the font name with _pango:_. For example, _monospace 10_ is the
565 default font. To enable support for pango markup, _pango:monospace 10_
566 should be used instead.
564 567
565*titlebar_border_thickness* <thickness> 568*titlebar_border_thickness* <thickness>
566 Thickness of the titlebar border in pixels 569 Thickness of the titlebar border in pixels