aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-07-05 05:00:28 -0700
committerLibravatar GitHub <noreply@github.com>2018-07-05 05:00:28 -0700
commit9ba59cb3c9c1b7d5370fdd7ae37b65acd2221f25 (patch)
tree5c84b00e7b042ba58e04db9e9f6b20dfdbac5f95
parentMerge pull request #2211 from RyanDwyer/fix-xdgtoplevel-tiled (diff)
parentEscape underscore in sway-input(5) man page to avoid invalid colors (diff)
downloadsway-9ba59cb3c9c1b7d5370fdd7ae37b65acd2221f25.tar.gz
sway-9ba59cb3c9c1b7d5370fdd7ae37b65acd2221f25.tar.zst
sway-9ba59cb3c9c1b7d5370fdd7ae37b65acd2221f25.zip
Merge pull request #2212 from BlueGone/fix-sway-input-man
Escape underscore in sway-input(5) man page to avoid invalid colors
-rw-r--r--sway/sway-input.5.scd4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index c07460b1..cf7a6385 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -67,8 +67,8 @@ For more information on these xkb configuration options, see
67 Enables or disables disable-while-typing for the specified input device. 67 Enables or disables disable-while-typing for the specified input device.
68 68
69*input* <identifier> events enabled|disabled|disabled\_on\_external\_mouse 69*input* <identifier> events enabled|disabled|disabled\_on\_external\_mouse
70 Enables or disables send_events for specified input device. (Disabling 70 Enables or disables send\_events for specified input device. (Disabling
71 send_events disables the input device) 71 send\_events disables the input device)
72 72
73*input* <identifier> left\_handed enabled|disabled 73*input* <identifier> left\_handed enabled|disabled
74 Enables or disables left handed mode for specified input device. 74 Enables or disables left handed mode for specified input device.