aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar nyorain <nyorain@gmail.com>2017-07-01 18:35:42 +0200
committerLibravatar nyorain <nyorain@gmail.com>2017-07-01 18:35:42 +0200
commit60fa626116ac3865ec9034cfa7b33ecad03884a8 (patch)
tree33164807e0f99e8718744808514fb0770c9bf5f6 /sway/commands.c
parentRevert "swaybar: Group child processes for signalling" (diff)
downloadsway-60fa626116ac3865ec9034cfa7b33ecad03884a8.tar.gz
sway-60fa626116ac3865ec9034cfa7b33ecad03884a8.tar.zst
sway-60fa626116ac3865ec9034cfa7b33ecad03884a8.zip
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[] = {
165 { "client.placeholder", cmd_client_placeholder }, 165 { "client.placeholder", cmd_client_placeholder },
166 { "client.unfocused", cmd_client_unfocused }, 166 { "client.unfocused", cmd_client_unfocused },
167 { "client.urgent", cmd_client_urgent }, 167 { "client.urgent", cmd_client_urgent },
168 { "clipboard", cmd_clipboard },
168 { "commands", cmd_commands }, 169 { "commands", cmd_commands },
169 { "debuglog", cmd_debuglog }, 170 { "debuglog", cmd_debuglog },
170 { "default_border", cmd_default_border }, 171 { "default_border", cmd_default_border },