summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Alex Maese <memaese@hotmail.com>2019-04-12 11:28:48 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-04-17 23:29:43 -0400
commit8d4f8aea4654c6071e243900b5dbf18e1cd62fd6 (patch)
treeb2c0ae87e55df809dc00f63862563204ab8945f9 /include
parentCreate unbindsym and unbindcode commands (diff)
downloadsway-8d4f8aea4654c6071e243900b5dbf18e1cd62fd6.tar.gz
sway-8d4f8aea4654c6071e243900b5dbf18e1cd62fd6.tar.zst
sway-8d4f8aea4654c6071e243900b5dbf18e1cd62fd6.zip
Add unbindswitch command
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 96d68e9e..0347ad5e 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -182,6 +182,7 @@ sway_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; 184sway_cmd cmd_unbindcode;
185sway_cmd cmd_unbindswitch;
185sway_cmd cmd_unbindsym; 186sway_cmd cmd_unbindsym;
186sway_cmd cmd_unmark; 187sway_cmd cmd_unmark;
187sway_cmd cmd_urgent; 188sway_cmd cmd_urgent;