aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2017-07-01 18:35:42 +0200
committerFurkan Sahin <furkan-dev@proton.me>2017-07-01 18:35:42 +0200
commit01b303686fd86a2a1770aaafcf84db892f7cc0f8 (patch)
tree33164807e0f99e8718744808514fb0770c9bf5f6 /include
parent8b4e0fd4f5276d07e7d7ef81d072be33334a827b (diff)
Add the 'clipboard' command to set the clipboard
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index f67df10f..660da2c2 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -103,6 +103,7 @@ sway_cmd cmd_client_unfocused;
sway_cmd cmd_client_urgent;
sway_cmd cmd_client_placeholder;
sway_cmd cmd_client_background;
+sway_cmd cmd_clipboard;
sway_cmd cmd_commands;
sway_cmd cmd_debuglog;
sway_cmd cmd_default_border;