aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 '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;
103sway_cmd cmd_client_urgent; 103sway_cmd cmd_client_urgent;
104sway_cmd cmd_client_placeholder; 104sway_cmd cmd_client_placeholder;
105sway_cmd cmd_client_background; 105sway_cmd cmd_client_background;
106sway_cmd cmd_clipboard;
106sway_cmd cmd_commands; 107sway_cmd cmd_commands;
107sway_cmd cmd_debuglog; 108sway_cmd cmd_debuglog;
108sway_cmd cmd_default_border; 109sway_cmd cmd_default_border;