Documentation: fix links pointing to Pango markup
This commit is contained in:
parent
7330778223
commit
b8de4bccd2
|
@ -189,7 +189,7 @@ separator_block_width::
|
||||||
is 9 pixels), since the separator line is drawn in the middle.
|
is 9 pixels), since the separator line is drawn in the middle.
|
||||||
markup::
|
markup::
|
||||||
A string that indicates how the text of the block should be parsed. Set to
|
A string that indicates how the text of the block should be parsed. Set to
|
||||||
+"pango"+ to use https://developer.gnome.org/pango/stable/PangoMarkupFormat.html[Pango markup].
|
+"pango"+ to use https://developer.gnome.org/pango/stable/pango-Markup.html[Pango markup].
|
||||||
Set to +"none"+ to not use any markup (default). Pango markup only works
|
Set to +"none"+ to not use any markup (default). Pango markup only works
|
||||||
if you use a pango font.
|
if you use a pango font.
|
||||||
|
|
||||||
|
|
|
@ -2236,7 +2236,7 @@ See <<move_to_outputs>> for how to move a container/workspace to a different
|
||||||
RandR output.
|
RandR output.
|
||||||
|
|
||||||
Workspace names are parsed as
|
Workspace names are parsed as
|
||||||
https://developer.gnome.org/pango/stable/PangoMarkupFormat.html[Pango markup]
|
https://developer.gnome.org/pango/stable/pango-Markup.html[Pango markup]
|
||||||
by i3bar.
|
by i3bar.
|
||||||
|
|
||||||
[[back_and_forth]]
|
[[back_and_forth]]
|
||||||
|
@ -2530,7 +2530,7 @@ unmark irssi
|
||||||
By default, i3 will simply print the X11 window title. Using +title_format+,
|
By default, i3 will simply print the X11 window title. Using +title_format+,
|
||||||
this can be customized by setting the format to the desired output. This
|
this can be customized by setting the format to the desired output. This
|
||||||
directive supports
|
directive supports
|
||||||
https://developer.gnome.org/pango/stable/PangoMarkupFormat.html[Pango markup]
|
https://developer.gnome.org/pango/stable/pango-Markup.html[Pango markup]
|
||||||
and the following placeholders which will be replaced:
|
and the following placeholders which will be replaced:
|
||||||
|
|
||||||
+%title+::
|
+%title+::
|
||||||
|
|
Loading…
Reference in New Issue