summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-07-01 13:07:25 -0400
committerLibravatar GitHub <noreply@github.com>2017-07-01 13:07:25 -0400
commitfe763991d4865bffaafcd3ff15ecede6a9daa6ae (patch)
tree33164807e0f99e8718744808514fb0770c9bf5f6 /include
parentRevert "swaybar: Group child processes for signalling" (diff)
parentAdd the 'clipboard' command to set the clipboard (diff)
downloadsway-fe763991d4865bffaafcd3ff15ecede6a9daa6ae.tar.gz
sway-fe763991d4865bffaafcd3ff15ecede6a9daa6ae.tar.zst
sway-fe763991d4865bffaafcd3ff15ecede6a9daa6ae.zip
Merge pull request #1254 from nyorain/master
Fix #926
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;