diff options
author | Michael Aquilina <michaelaquilina@gmail.com> | 2019-08-24 15:25:43 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-25 09:19:05 +0900 |
commit | a298cad05c74d8c5fe2b5cb3fc14952d1205146f (patch) | |
tree | b4fb5a8714e85a2e5e682d1ddb32cce4ecb71c78 /sway/sway.5.scd | |
parent | c3fbb01e070de6fd97ab6ce44e3e01bc84b6ac7f (diff) |
Fix formatting for title_format in man 5 sway
Use explicit linebreaks to make scdoc use a separate line for each entry
listed
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 3ad91faf..280b6176 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -299,10 +299,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) @@ -804,7 +804,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: |