summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authornyorain <[email protected]>2017-07-01 18:35:42 +0200
committernyorain <[email protected]>2017-07-01 18:35:42 +0200
commit60fa626116ac3865ec9034cfa7b33ecad03884a8 (patch)
tree33164807e0f99e8718744808514fb0770c9bf5f6 /sway/commands.c
parent387eca1b29cbc6f497e2cb26a0bff0b06b50b6a1 (diff)
Add the 'clipboard' command to set the clipboard
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index f83b5287..14be656a 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -165,6 +165,7 @@ static struct cmd_handler handlers[] = {
{ "client.placeholder", cmd_client_placeholder },
{ "client.unfocused", cmd_client_unfocused },
{ "client.urgent", cmd_client_urgent },
+ { "clipboard", cmd_clipboard },
{ "commands", cmd_commands },
{ "debuglog", cmd_debuglog },
{ "default_border", cmd_default_border },