diff options
author | Alex Maese <[email protected]> | 2019-04-12 11:26:23 -0500 |
---|---|---|
committer | Brian Ashworth <[email protected]> | 2019-04-17 23:29:43 -0400 |
commit | 852f1f0b349b63fe3c71e39ab1d3e87642a5c2d4 (patch) | |
tree | fe5530575cce89937289036fd144575a297906c4 /sway/commands.c | |
parent | d7d29fe546ab0acb332013eb380f8193e1d5b9fc (diff) |
Create unbindsym and unbindcode commands
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 2 |
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[] = { { "title_align", cmd_title_align }, { "titlebar_border_thickness", cmd_titlebar_border_thickness }, { "titlebar_padding", cmd_titlebar_padding }, + { "unbindcode", cmd_unbindcode }, + { "unbindsym", cmd_unbindsym }, { "workspace", cmd_workspace }, { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth }, }; |