diff options
author | Martin Michlmayr <[email protected]> | 2019-08-31 14:46:51 +0200 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2019-08-31 22:50:39 +0900 |
commit | 3dcfa2ee90d6528c612227667279ad8bc1b57cad (patch) | |
tree | 039d7b7dd4e7ad02b659c6ecc997268c352ed9a4 /sway/sway-bar.5.scd | |
parent | 1a8b9fda8a81d71ec9de65fd4c3f1df40e03f971 (diff) |
Fix markup syntax in man pages
Diffstat (limited to 'sway/sway-bar.5.scd')
-rw-r--r-- | sway/sway-bar.5.scd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd index 42fb2989..36e84496 100644 --- a/sway/sway-bar.5.scd +++ b/sway/sway-bar.5.scd @@ -75,14 +75,14 @@ Sway allows configuring swaybar in the sway configuration file. *bindcode* [--release] <event-code> <command> Executes _command_ when the mouse button has been pressed (or if _released_ is given, when the button has been released). The buttons can be given as - an event code, which can be obtaining from `libinput debug-events`. To + an event code, which can be obtaining from *libinput debug-events*. To disable the default behavior for a button, use the command _nop_. *bindsym* [--release] button[1-9]|<event-name> <command> Executes _command_ when the mouse button has been pressed (or if _released_ is given, when the button has been released). The buttons can be given as a - x11 button number or an event name, which can be obtained from `libinput - debug-events`. To disable the default behavior for a button, use the + x11 button number or an event name, which can be obtained from *libinput + debug-events*. To disable the default behavior for a button, use the command _nop_. *mode* dock|hide|invisible|overlay @@ -127,14 +127,14 @@ The following commands configure the tray. *tray_bindcode* <event-code> ContextMenu|Activate|SecondaryActivate|ScrollDown|ScrollLeft|ScrollRight|ScrollUp|nop Executes the action when the mouse button has been pressed. The buttons can - be given as an event code, which can be obtained from `libinput debug-events`. + be given as an event code, which can be obtained from *libinput debug-events*. To disable the default behavior for a button, use the command _nop_. *tray_bindsym* button[1-9]|<event-name> ContextMenu|Activate|SecondaryActivate|ScrollDown|ScrollLeft|ScrollRight|ScrollUp|nop Executes the action when the mouse button has been pressed. The buttons can be given as a x11 button number or an event name, which can be obtained - from `libinput debug-events`. Use the command _nop_ to disable the default + from *libinput debug-events*. Use the command _nop_ to disable the default action (Activate for button1, ContextMenu for button2 and SecondaryActivate for button3). |