From 28081b76891ddbbb825dee6c202037d78aa8f164 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Sun, 17 Jan 2016 02:53:37 -0800 Subject: libinput --- swaymsg/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'swaymsg/main.c') diff --git a/swaymsg/main.c b/swaymsg/main.c index dac84a9b..22572b6f 100644 --- a/swaymsg/main.c +++ b/swaymsg/main.c @@ -87,6 +87,8 @@ int main(int argc, char **argv) { type = IPC_COMMAND; } else if (strcasecmp(cmdtype, "get_workspaces") == 0) { type = IPC_GET_WORKSPACES; + } else if (strcasecmp(cmdtype, "get_inputs") == 0) { + type = IPC_GET_INPUTS; } else if (strcasecmp(cmdtype, "get_outputs") == 0) { type = IPC_GET_OUTPUTS; } else if (strcasecmp(cmdtype, "get_tree") == 0) { -- cgit v1.2.3