summaryrefslogtreecommitdiffstats
path: root/sway/commands/ipc.c
diff options
context:
space:
mode:
authorLibravatar nyorain <nyorain@gmail.com>2017-07-07 15:38:45 +0200
committerLibravatar nyorain <nyorain@gmail.com>2017-07-07 15:38:45 +0200
commit02c75ebe37d50ff97c4fd8b6be169ac4e1074b07 (patch)
treedc5f4295e0b988b2f8746507a2fadfbda7b8d881 /sway/commands/ipc.c
parentMake asciidoc (and man pages) optional (diff)
downloadsway-02c75ebe37d50ff97c4fd8b6be169ac4e1074b07.tar.gz
sway-02c75ebe37d50ff97c4fd8b6be169ac4e1074b07.tar.zst
sway-02c75ebe37d50ff97c4fd8b6be169ac4e1074b07.zip
Implement ipc get_clipboard
Diffstat (limited to 'sway/commands/ipc.c')
-rw-r--r--sway/commands/ipc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/ipc.c b/sway/commands/ipc.c
index f0b3035a..0c678961 100644
--- a/sway/commands/ipc.c
+++ b/sway/commands/ipc.c
@@ -89,6 +89,7 @@ struct cmd_results *cmd_ipc_cmd(int argc, char **argv) {
89 { "marks", IPC_FEATURE_GET_MARKS }, 89 { "marks", IPC_FEATURE_GET_MARKS },
90 { "bar-config", IPC_FEATURE_GET_BAR_CONFIG }, 90 { "bar-config", IPC_FEATURE_GET_BAR_CONFIG },
91 { "inputs", IPC_FEATURE_GET_INPUTS }, 91 { "inputs", IPC_FEATURE_GET_INPUTS },
92 { "clipboard", IPC_FEATURE_GET_CLIPBOARD },
92 }; 93 };
93 94
94 uint32_t type = 0; 95 uint32_t type = 0;