aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-04-24 19:39:29 +0100
committerLibravatar emersion <contact@emersion.fr>2018-04-26 10:53:47 +0100
commitff61df17ffd358b03663a35fe7140e51e1ee98fc (patch)
tree3736887591d8464f577d2ad4a753a404d38d77ae /sway/commands.c
parentMerge pull request #1863 from RyanDwyer/remove-workspace-layout (diff)
downloadsway-ff61df17ffd358b03663a35fe7140e51e1ee98fc.tar.gz
sway-ff61df17ffd358b03663a35fe7140e51e1ee98fc.tar.zst
sway-ff61df17ffd358b03663a35fe7140e51e1ee98fc.zip
Add map_from_region command
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 5827fc13..a67bc127 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -191,6 +191,7 @@ static struct cmd_handler input_handlers[] = {
191 { "dwt", input_cmd_dwt }, 191 { "dwt", input_cmd_dwt },
192 { "events", input_cmd_events }, 192 { "events", input_cmd_events },
193 { "left_handed", input_cmd_left_handed }, 193 { "left_handed", input_cmd_left_handed },
194 { "map_from_region", input_cmd_map_from_region },
194 { "map_to_output", input_cmd_map_to_output }, 195 { "map_to_output", input_cmd_map_to_output },
195 { "middle_emulation", input_cmd_middle_emulation }, 196 { "middle_emulation", input_cmd_middle_emulation },
196 { "natural_scroll", input_cmd_natural_scroll }, 197 { "natural_scroll", input_cmd_natural_scroll },