mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
Many improvements to man pages
This commit is contained in:
parent
318cef3c48
commit
cb0cc32265
4 changed files with 73 additions and 60 deletions
|
|
@ -19,10 +19,15 @@ Commands
|
|||
--------
|
||||
|
||||
**status_command** <status command>::
|
||||
Executes the bar _status command_ with _sh -c_.
|
||||
Executes the bar _status command_ with _sh -c_. Each line of text printed to
|
||||
stdout from this command will be displayed in the status area of the bar. You
|
||||
can also use the i3bar JSON protocol:
|
||||
+
|
||||
https://i3wm.org/docs/i3bar-protocol.html
|
||||
|
||||
**pango_markup** <enabled|disabled>::
|
||||
Enables or disables pango markup for plaintext statuslines.
|
||||
Enables or disables pango markup for status lines. This has no effect on
|
||||
status lines using the i3bar JSON protocol.
|
||||
|
||||
**id** <bar_id>::
|
||||
Sets the ID of the bar.
|
||||
|
|
@ -112,4 +117,4 @@ channel.
|
|||
See Also
|
||||
--------
|
||||
|
||||
**sway**(5) **sway-input**(5)
|
||||
**sway**(5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue