mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-29 08:34:59 +01:00
Fix formatting for title_format in man 5 sway
Use explicit linebreaks to make scdoc use a separate line for each entry listed
This commit is contained in:
parent
8c75c5b46d
commit
e2cbbb5413
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue