aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Shaked Flur <fshaked@gmail.com>2023-06-09 11:23:05 +0100
committerLibravatar GitHub <noreply@github.com>2023-06-09 12:23:05 +0200
commit6a1c176d14232a235ec30ce67ce87f3e549a6121 (patch)
treed89f4bfeb303e1ae96c7d65dc632917b30e49fc7 /sway/sway.5.scd
parentdesktop/output: fix damage bitfield in wlr_output_state (diff)
downloadsway-6a1c176d14232a235ec30ce67ce87f3e549a6121.tar.gz
sway-6a1c176d14232a235ec30ce67ce87f3e549a6121.tar.zst
sway-6a1c176d14232a235ec30ce67ce87f3e549a6121.zip
man: add --inhibited and --no-repeat to bindsym and bindcode usage
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd7
1 files changed, 4 insertions, 3 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 25082c41..78d7d231 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -389,8 +389,8 @@ runtime.
389 for_window <criteria> move container to output <output> 389 for_window <criteria> move container to output <output>
390 390
391*bindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--locked] \ 391*bindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--locked] \
392[--to-code] [--input-device=<device>] [--no-warn] [--no-repeat] [Group<1-4>+]<key combo> \ 392[--to-code] [--input-device=<device>] [--no-warn] [--no-repeat] [--inhibited] \
393<command> 393[Group<1-4>+]<key combo> <command>
394 Binds _key combo_ to execute the sway command _command_ when pressed. You 394 Binds _key combo_ to execute the sway command _command_ when pressed. You
395 may use XKB key names here (*wev*(1) is a good tool for discovering these). 395 may use XKB key names here (*wev*(1) is a good tool for discovering these).
396 With the flag _--release_, the command is executed when the key combo is 396 With the flag _--release_, the command is executed when the key combo is
@@ -454,7 +454,8 @@ runtime.
454``` 454```
455 455
456 *bindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \ 456 *bindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \
457[--locked] [--input-device=<device>] [--no-warn] [Group<1-4>+]<code> <command> 457[--locked] [--input-device=<device>] [--no-warn] [--no-repeat] [--inhibited] \
458[Group<1-4>+]<code> <command>
458 is also available for binding with key/button codes instead of key/button names. 459 is also available for binding with key/button codes instead of key/button names.
459 460
460*bindswitch* [--locked] [--no-warn] [--reload] <switch>:<state> <command> 461*bindswitch* [--locked] [--no-warn] [--reload] <switch>:<state> <command>