summaryrefslogtreecommitdiff
path: root/sway/commands/input.c
diff options
context:
space:
mode:
authorTadeo Kondrak <[email protected]>2019-10-28 18:26:00 -0600
committerSimon Ser <[email protected]>2019-11-17 13:34:24 +0100
commit4829f1c26a521a4ef6659d91505112cc0be8d237 (patch)
tree4e0987c668241600401755630afe40c3879ca06a /sway/commands/input.c
parentdf1a0468756b4a6d68cc5904313c4630edf14dd1 (diff)
Implement input map_to_region command
Diffstat (limited to 'sway/commands/input.c')
-rw-r--r--sway/commands/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/input.c b/sway/commands/input.c
index 2289ede5..a11ad79a 100644
--- a/sway/commands/input.c
+++ b/sway/commands/input.c
@@ -18,6 +18,7 @@ static struct cmd_handler input_handlers[] = {
{ "left_handed", input_cmd_left_handed },
{ "map_from_region", input_cmd_map_from_region },
{ "map_to_output", input_cmd_map_to_output },
+ { "map_to_region", input_cmd_map_to_region },
{ "middle_emulation", input_cmd_middle_emulation },
{ "natural_scroll", input_cmd_natural_scroll },
{ "pointer_accel", input_cmd_pointer_accel },