diff options
author | emersion <contact@emersion.fr> | 2018-04-08 15:11:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 15:11:31 -0400 |
commit | 4493761716a37a0ecba596b33cfb7a6dba2d84ba (patch) | |
tree | 0174edd442d4cf11d44cd404bf8b9c0f8aa9768a /sway/commands.c | |
parent | 3679323ce558f15a319d3ace6dc1c2618b816566 (diff) | |
parent | 0e3ddf255ef56b7fe2b868232b80d04ea961120b (diff) | |
download | sway-4493761716a37a0ecba596b33cfb7a6dba2d84ba.tar.xz |
Merge pull request #1781 from swaywm/map-to-output
Add input "identifier" map_to_output "identifier"
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 20b8a2aa..55929659 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -187,6 +187,7 @@ static struct cmd_handler input_handlers[] = { { "dwt", input_cmd_dwt }, { "events", input_cmd_events }, { "left_handed", input_cmd_left_handed }, + { "map_to_output", input_cmd_map_to_output }, { "middle_emulation", input_cmd_middle_emulation }, { "natural_scroll", input_cmd_natural_scroll }, { "pointer_accel", input_cmd_pointer_accel }, |