From 60fa626116ac3865ec9034cfa7b33ecad03884a8 Mon Sep 17 00:00:00 2001 From: nyorain Date: Sat, 1 Jul 2017 18:35:42 +0200 Subject: Add the 'clipboard' command to set the clipboard --- sway/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands.c') 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 }, -- cgit v1.2.3