aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-07-01 13:07:25 -0400
committerGitHub <noreply@github.com>2017-07-01 13:07:25 -0400
commitfe763991d4865bffaafcd3ff15ecede6a9daa6ae (patch)
tree33164807e0f99e8718744808514fb0770c9bf5f6 /sway/commands.c
parent387eca1b29cbc6f497e2cb26a0bff0b06b50b6a1 (diff)
parent60fa626116ac3865ec9034cfa7b33ecad03884a8 (diff)
Merge pull request #1254 from nyorain/master
Fix #926
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 },