aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Tobi Fuhrimann <tobias.fuhrimann@gmail.com>2020-04-02 17:38:08 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2020-04-02 23:25:34 +0200
commitac3444295d0f045633ed3bbb154633fe0228c722 (patch)
tree5cbb6e184855aaeb8e6ce155131b4ed911cbffba
parentUpdate for new wlr_buffer API (diff)
downloadsway-ac3444295d0f045633ed3bbb154633fe0228c722.tar.gz
sway-ac3444295d0f045633ed3bbb154633fe0228c722.tar.zst
sway-ac3444295d0f045633ed3bbb154633fe0228c722.zip
Reference wev instead of xev
-rw-r--r--sway/sway.5.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 1c396dfb..549e0daf 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -359,7 +359,7 @@ runtime.
359[--to-code] [--input-device=<device>] [--no-warn] [--no-repeat] [Group<1-4>+]<key combo> \ 359[--to-code] [--input-device=<device>] [--no-warn] [--no-repeat] [Group<1-4>+]<key combo> \
360<command> 360<command>
361 Binds _key combo_ to execute the sway command _command_ when pressed. You 361 Binds _key combo_ to execute the sway command _command_ when pressed. You
362 may use XKB key names here (*xev*(1) is a good tool for discovering these). 362 may use XKB key names here (*wev*(1) is a good tool for discovering these).
363 With the flag _--release_, the command is executed when the key combo is 363 With the flag _--release_, the command is executed when the key combo is
364 released. If _input-device_ is given, the binding will only be executed for 364 released. If _input-device_ is given, the binding will only be executed for
365 that input device and will be executed instead of any binding that is 365 that input device and will be executed instead of any binding that is