aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd12
1 files changed, 12 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 5631293c..e1ae6781 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -218,6 +218,18 @@ correct seat.
218 disables hiding the cursor. The minimal timeout is 100 and any value less 218 disables hiding the cursor. The minimal timeout is 100 and any value less
219 than that (aside from 0), will be increased to 100. 219 than that (aside from 0), will be increased to 100.
220 220
221*seat* <name> idle_inhibit <sources...>
222 Sets the set of input event sources which can prevent the seat from
223 becoming idle, as a space separated list of source names. Valid names are
224 "keyboard", "pointer", "touchpad", "touch", "tablet_pad", "tablet_tool",
225 and "switch". The default behavior is to prevent idle on any event.
226
227*seat* <name> idle_wake <sources...>
228 Sets the set of input event sources which can wake the seat from
229 its idle state, as a space separated list of source names. Valid names are
230 "keyboard", "pointer", "touchpad", "touch", "tablet pad", "tablet tool",
231 and "switch". The default behavior is to wake from idle on any event.
232
221*seat* <name> keyboard_grouping none|keymap 233*seat* <name> keyboard_grouping none|keymap
222 Set how the keyboards in the seat are grouped together. Currently, there 234 Set how the keyboards in the seat are grouped together. Currently, there
223 are two options. _none_ will disable all keyboard grouping. This will make 235 are two options. _none_ will disable all keyboard grouping. This will make