aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-09-05 10:15:57 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-09-05 10:18:38 -0400
commit0913eff9157a4ddc6c6d8b9b4ad23323ed6fcad3 (patch)
tree8485e59a100680aaf0c4040fffc449dd971342ec /sway/sway.5.txt
parentMerge pull request #879 from zandrmartin/commands-refactor (diff)
downloadsway-0913eff9157a4ddc6c6d8b9b4ad23323ed6fcad3.tar.gz
sway-0913eff9157a4ddc6c6d8b9b4ad23323ed6fcad3.tar.zst
sway-0913eff9157a4ddc6c6d8b9b4ad23323ed6fcad3.zip
Add support for * input configs
Closes #852
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 84e5e7c5..b31edeb7 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -269,6 +269,8 @@ The default colors are:
269 Append _{_ to this command, the following lines will be commands to configure 269 Append _{_ to this command, the following lines will be commands to configure
270 the named input device, and _}_ on its own line will close the block. 270 the named input device, and _}_ on its own line will close the block.
271 + 271 +
272 **input * <block of commands>** may be used to match all input devices.
273 +
272 See **sway-input**(5) for details. 274 See **sway-input**(5) for details.
273 275
274**kill**:: 276**kill**::