summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorAlex Maese <[email protected]>2019-04-12 11:28:48 -0500
committerBrian Ashworth <[email protected]>2019-04-17 23:29:43 -0400
commit8d4f8aea4654c6071e243900b5dbf18e1cd62fd6 (patch)
treeb2c0ae87e55df809dc00f63862563204ab8945f9 /sway/commands.c
parent852f1f0b349b63fe3c71e39ab1d3e87642a5c2d4 (diff)
Add unbindswitch command
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 267c7de8..237bfc28 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -93,6 +93,7 @@ static struct cmd_handler handlers[] = {
{ "titlebar_border_thickness", cmd_titlebar_border_thickness },
{ "titlebar_padding", cmd_titlebar_padding },
{ "unbindcode", cmd_unbindcode },
+ { "unbindswitch", cmd_unbindswitch },
{ "unbindsym", cmd_unbindsym },
{ "workspace", cmd_workspace },
{ "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth },