aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Michael Aquilina <michaelaquilina@gmail.com>2019-08-24 15:25:43 +0100
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-08-27 09:37:10 +0900
commite2cbbb5413d00f84e4a37747a93735aae4d46946 (patch)
tree85fc52d98ba57a4ddd1a385a4d99493c3f4d5788
parentUpdate titlebar borders to match i3's current behavior. (diff)
downloadsway-e2cbbb5413d00f84e4a37747a93735aae4d46946.tar.gz
sway-e2cbbb5413d00f84e4a37747a93735aae4d46946.tar.zst
sway-e2cbbb5413d00f84e4a37747a93735aae4d46946.zip
Fix formatting for title_format in man 5 sway
Use explicit linebreaks to make scdoc use a separate line for each entry listed
-rw-r--r--sway/sway.5.scd10
1 files changed, 5 insertions, 5 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index a33ac82f..c6241037 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -296,10 +296,10 @@ set|plus|minus <amount>
296*title_format* <format> 296*title_format* <format>
297 Sets the format of window titles. The following placeholders may be used: 297 Sets the format of window titles. The following placeholders may be used:
298 298
299 %title - The title supplied by the window 299 %title - The title supplied by the window ++
300 %app_id - The wayland app ID (applicable to wayland windows only) 300 %app_id - The wayland app ID (applicable to wayland windows only) ++
301 %class - The X11 classname (applicable to xwayland windows only) 301 %class - The X11 classname (applicable to xwayland windows only) ++
302 %instance - The X11 instance (applicable to xwayland windows only) 302 %instance - The X11 instance (applicable to xwayland windows only) ++
303 %shell - The protocol the window is using (typically xwayland or 303 %shell - The protocol the window is using (typically xwayland or
304 xdg_shell) 304 xdg_shell)
305 305
@@ -801,7 +801,7 @@ Mark all Firefox windows with "Browser":
801[class="Firefox"] mark Browser 801[class="Firefox"] mark Browser
802``` 802```
803 803
804You may like to use swaymsg -t get_tree for finding the values of these 804You may like to use swaymsg -t get_tree for finding the values of these
805properties in practice for your applications. 805properties in practice for your applications.
806 806
807The following attributes may be matched with: 807The following attributes may be matched with: