summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Alex Maese <memaese@hotmail.com>2019-04-12 11:26:23 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-04-17 23:29:43 -0400
commit852f1f0b349b63fe3c71e39ab1d3e87642a5c2d4 (patch)
treefe5530575cce89937289036fd144575a297906c4 /include
parentswaymsg: add timeout and type checks (diff)
downloadsway-852f1f0b349b63fe3c71e39ab1d3e87642a5c2d4.tar.gz
sway-852f1f0b349b63fe3c71e39ab1d3e87642a5c2d4.tar.zst
sway-852f1f0b349b63fe3c71e39ab1d3e87642a5c2d4.zip
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;
181sway_cmd cmd_title_format; 181sway_cmd cmd_title_format;
182sway_cmd cmd_titlebar_border_thickness; 182sway_cmd cmd_titlebar_border_thickness;
183sway_cmd cmd_titlebar_padding; 183sway_cmd cmd_titlebar_padding;
184sway_cmd cmd_unbindcode;
185sway_cmd cmd_unbindsym;
184sway_cmd cmd_unmark; 186sway_cmd cmd_unmark;
185sway_cmd cmd_urgent; 187sway_cmd cmd_urgent;
186sway_cmd cmd_workspace; 188sway_cmd cmd_workspace;