aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
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 /sway/commands.c
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 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index d0bf402b..267c7de8 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -92,6 +92,8 @@ static struct cmd_handler handlers[] = {
92 { "title_align", cmd_title_align }, 92 { "title_align", cmd_title_align },
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 },
96 { "unbindsym", cmd_unbindsym },
95 { "workspace", cmd_workspace }, 97 { "workspace", cmd_workspace },
96 { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth }, 98 { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth },
97}; 99};