aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
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 /sway/commands.c
parentCreate unbindsym and unbindcode commands (diff)
downloadsway-8d4f8aea4654c6071e243900b5dbf18e1cd62fd6.tar.gz
sway-8d4f8aea4654c6071e243900b5dbf18e1cd62fd6.tar.zst
sway-8d4f8aea4654c6071e243900b5dbf18e1cd62fd6.zip
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[] = {
93 { "titlebar_border_thickness", cmd_titlebar_border_thickness }, 93 { "titlebar_border_thickness", cmd_titlebar_border_thickness },
94 { "titlebar_padding", cmd_titlebar_padding }, 94 { "titlebar_padding", cmd_titlebar_padding },
95 { "unbindcode", cmd_unbindcode }, 95 { "unbindcode", cmd_unbindcode },
96 { "unbindswitch", cmd_unbindswitch },
96 { "unbindsym", cmd_unbindsym }, 97 { "unbindsym", cmd_unbindsym },
97 { "workspace", cmd_workspace }, 98 { "workspace", cmd_workspace },
98 { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth }, 99 { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth },