aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg/main.c
diff options
context:
space:
mode:
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 f9d3515a..38976f9c 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -440,6 +440,8 @@ int main(int argc, char **argv) {
440 type = IPC_GET_VERSION; 440 type = IPC_GET_VERSION;
441 } else if (strcasecmp(cmdtype, "get_binding_modes") == 0) { 441 } else if (strcasecmp(cmdtype, "get_binding_modes") == 0) {
442 type = IPC_GET_BINDING_MODES; 442 type = IPC_GET_BINDING_MODES;
443 } else if (strcasecmp(cmdtype, "get_binding_state") == 0) {
444 type = IPC_GET_BINDING_STATE;
443 } else if (strcasecmp(cmdtype, "get_config") == 0) { 445 } else if (strcasecmp(cmdtype, "get_config") == 0) {
444 type = IPC_GET_CONFIG; 446 type = IPC_GET_CONFIG;
445 } else if (strcasecmp(cmdtype, "send_tick") == 0) { 447 } else if (strcasecmp(cmdtype, "send_tick") == 0) {