summaryrefslogtreecommitdiff
path: root/swaymsg/main.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2016-01-19 10:08:44 -0500
committerDrew DeVault <[email protected]>2016-01-19 10:08:44 -0500
commitb72a62b02b601d98ca89919f42e7ddec4e8ab2b2 (patch)
tree6b7412f626f5d9f10dba8920a2543dfd3c5a662e /swaymsg/main.c
parentfe241126bb8d696d45dd30fc975da022f79c9928 (diff)
parent28081b76891ddbbb825dee6c202037d78aa8f164 (diff)
Merge pull request #448 from colemickens/libinput
libinput configuration
Diffstat (limited to 'swaymsg/main.c')
-rw-r--r--swaymsg/main.c2
1 files changed, 2 insertions, 0 deletions
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) {