diff options
author | frogtile <merlin@nixnetmail.com> | 2021-08-04 06:15:04 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 02:15:04 +0200 |
commit | f4cda5157e40470da7a0e41685ff04a0d76e8be5 (patch) | |
tree | 35ead044b084bc998964b78c684e736ed8551c71 /sway/sway-bar.5.scd | |
parent | 6ffa4b1f7000cd90d63213820039ee432803e66a (diff) |
man: update Pango font description URL
The old URL gives a 404.
Diffstat (limited to 'sway/sway-bar.5.scd')
-rw-r--r-- | sway/sway-bar.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd index 80d08449..42e59d57 100644 --- a/sway/sway-bar.5.scd +++ b/sway/sway-bar.5.scd @@ -40,7 +40,7 @@ runtime. *font* <font> Specifies the font to be used in the bar. _font_ should be specified as a pango font description. For more information on pango font descriptions, - see https://developer.gnome.org/pango/stable/pango-Fonts.html#pango-font-description-from-string + see https://docs.gtk.org/Pango/type_func.FontDescription.from_string.html#description *gaps* <all> | <horizontal> <vertical> | <top> <right> <bottom> <left> Sets the gaps from the edge of the screen for the bar. Gaps can either be |