summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Aquilina <michaelaquilina@gmail.com>2019-08-24 15:25:43 +0100
committerDrew DeVault <sir@cmpwn.com>2019-08-27 09:37:10 +0900
commite2cbbb5413d00f84e4a37747a93735aae4d46946 (patch)
tree85fc52d98ba57a4ddd1a385a4d99493c3f4d5788
parent8c75c5b46d5aad8c8f9fce431bf205931e79b1bd (diff)
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 a33ac82f1..c6241037d 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -296,10 +296,10 @@ set|plus|minus <amount>
*title_format* <format>
Sets the format of window titles. The following placeholders may be used:
- %title - The title supplied by the window
- %app_id - The wayland app ID (applicable to wayland windows only)
- %class - The X11 classname (applicable to xwayland windows only)
- %instance - The X11 instance (applicable to xwayland windows only)
+ %title - The title supplied by the window ++
+ %app_id - The wayland app ID (applicable to wayland windows only) ++
+ %class - The X11 classname (applicable to xwayland windows only) ++
+ %instance - The X11 instance (applicable to xwayland windows only) ++
%shell - The protocol the window is using (typically xwayland or
xdg_shell)
@@ -801,7 +801,7 @@ Mark all Firefox windows with "Browser":
[class="Firefox"] mark Browser
```
-You may like to use swaymsg -t get_tree for finding the values of these
+You may like to use swaymsg -t get_tree for finding the values of these
properties in practice for your applications.
The following attributes may be matched with: