diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-31 08:42:18 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-01-31 08:42:29 -0500 |
commit | 82461c4165ce44e1ea63d5d8c3bda080b6f57148 (patch) | |
tree | 56e3ffba6e6bc7baf490b2cd5d2144a99375a3a9 /sway | |
parent | aee9942145119444e5592846ac7e1a0d89e8a3e0 (diff) |
Updates for scdoc 1.8.1
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway-bar.5.scd | 2 | ||||
-rw-r--r-- | sway/sway.5.scd | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd index 5c8b9417..13827e5e 100644 --- a/sway/sway-bar.5.scd +++ b/sway/sway-bar.5.scd @@ -18,7 +18,7 @@ Sway allows configuring swaybar in the sway configuration file. https://i3wm.org/docs/i3bar-protocol.html If running this command via IPC, you can disable a running status command by - setting the command to a single dash: _swaybar bar bar-0 status_command -_ + setting the command to a single dash: _swaybar bar bar-0 status\_command -_ *pango_markup* enabled|disabled Enables or disables pango markup for status lines. This has no effect on diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 5f38cb51..1ffb0e50 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -72,7 +72,7 @@ The following commands may only be used in the configuration file. *sway-output*(5) for more information. It can be disabled by setting the command to a single dash: - _swaybg_command -_ + _swaybg\_command -_ *swaynag_command* <command> Executes custom command for _swaynag_. Default is _swaynag_. Additional @@ -82,7 +82,7 @@ The following commands may only be used in the configuration file. results. It can be disabled by setting the command to a single dash: - _swaynag_command -_ + _swaynag\_command -_ *xwayland* enable|disable Enables or disables Xwayland support, which allows X11 applications to be |