aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
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-25 09:19:05 +0900
commita298cad05c74d8c5fe2b5cb3fc14952d1205146f (patch)
treeb4fb5a8714e85a2e5e682d1ddb32cce4ecb71c78 /sway/sway.5.scd
parentUpdate titlebar borders to match i3's current behavior. (diff)
downloadsway-a298cad05c74d8c5fe2b5cb3fc14952d1205146f.tar.gz
sway-a298cad05c74d8c5fe2b5cb3fc14952d1205146f.tar.zst
sway-a298cad05c74d8c5fe2b5cb3fc14952d1205146f.zip
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.scd10
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>
299*title_format* <format> 299*title_format* <format>
300 Sets the format of window titles. The following placeholders may be used: 300 Sets the format of window titles. The following placeholders may be used:
301 301
302 %title - The title supplied by the window 302 %title - The title supplied by the window ++
303 %app_id - The wayland app ID (applicable to wayland windows only) 303 %app_id - The wayland app ID (applicable to wayland windows only) ++
304 %class - The X11 classname (applicable to xwayland windows only) 304 %class - The X11 classname (applicable to xwayland windows only) ++
305 %instance - The X11 instance (applicable to xwayland windows only) 305 %instance - The X11 instance (applicable to xwayland windows only) ++
306 %shell - The protocol the window is using (typically xwayland or 306 %shell - The protocol the window is using (typically xwayland or
307 xdg_shell) 307 xdg_shell)
308 308
@@ -804,7 +804,7 @@ Mark all Firefox windows with "Browser":
804[class="Firefox"] mark Browser 804[class="Firefox"] mark Browser
805``` 805```
806 806
807You may like to use swaymsg -t get_tree for finding the values of these 807You may like to use swaymsg -t get_tree for finding the values of these
808properties in practice for your applications. 808properties in practice for your applications.
809 809
810The following attributes may be matched with: 810The following attributes may be matched with: