aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-04-12 11:26:23 -0500
committerFurkan Sahin <furkan-dev@proton.me>2019-04-12 11:26:23 -0500
commit57ac4320f5e762cf5bf22e77195dc7af216fefa0 (patch)
treefe5530575cce89937289036fd144575a297906c4 /include
parent6fc6e30fcb883f855fc4f82be21a28721dde67f9 (diff)
Create unbindsym and unbindcode commands
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 2b66904c..96d68e9e 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -181,6 +181,8 @@ sway_cmd cmd_title_align;
sway_cmd cmd_title_format;
sway_cmd cmd_titlebar_border_thickness;
sway_cmd cmd_titlebar_padding;
+sway_cmd cmd_unbindcode;
+sway_cmd cmd_unbindsym;
sway_cmd cmd_unmark;
sway_cmd cmd_urgent;
sway_cmd cmd_workspace;