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 542ca819..42e488f3 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -407,6 +407,8 @@ int main(int argc, char **argv) {
407 type = IPC_GET_BAR_CONFIG; 407 type = IPC_GET_BAR_CONFIG;
408 } else if (strcasecmp(cmdtype, "get_version") == 0) { 408 } else if (strcasecmp(cmdtype, "get_version") == 0) {
409 type = IPC_GET_VERSION; 409 type = IPC_GET_VERSION;
410 } else if (strcasecmp(cmdtype, "get_binding_modes") == 0) {
411 type = IPC_GET_BINDING_MODES;
410 } else if (strcasecmp(cmdtype, "get_clipboard") == 0) { 412 } else if (strcasecmp(cmdtype, "get_clipboard") == 0) {
411 type = IPC_GET_CLIPBOARD; 413 type = IPC_GET_CLIPBOARD;
412 } else { 414 } else {