aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-04-12 11:28:48 -0500
committerFurkan Sahin <furkan-dev@proton.me>2019-04-12 11:28:48 -0500
commit566a6ad776ef8beac7a0d2b63151194a7349ddde (patch)
treeb2c0ae87e55df809dc00f63862563204ab8945f9 /include
parent57ac4320f5e762cf5bf22e77195dc7af216fefa0 (diff)
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;
sway_cmd cmd_titlebar_border_thickness;
sway_cmd cmd_titlebar_padding;
sway_cmd cmd_unbindcode;
+sway_cmd cmd_unbindswitch;
sway_cmd cmd_unbindsym;
sway_cmd cmd_unmark;
sway_cmd cmd_urgent;