Add the 'clipboard' command to set the clipboard

This commit is contained in:
nyorain 2017-07-01 18:35:42 +02:00
parent 387eca1b29
commit 60fa626116
3 changed files with 40 additions and 0 deletions

View file

@ -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 },