diff options
author | Alex Maese <[email protected]> | 2019-04-12 11:30:36 -0500 |
---|---|---|
committer | Brian Ashworth <[email protected]> | 2019-04-17 23:29:43 -0400 |
commit | 35ddd9aab3c386345176d7ea1f5814f152ba16bd (patch) | |
tree | 41a5115333712b51f56147df4b8ceaab3c45cff2 /sway/commands/bar.c | |
parent | 8d4f8aea4654c6071e243900b5dbf18e1cd62fd6 (diff) |
Add unbindsym/unbindcode command for swaybar
Diffstat (limited to 'sway/commands/bar.c')
-rw-r--r-- | sway/commands/bar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands/bar.c b/sway/commands/bar.c index 82441f9e..73be7040 100644 --- a/sway/commands/bar.c +++ b/sway/commands/bar.c @@ -32,6 +32,8 @@ static struct cmd_handler bar_handlers[] = { { "tray_bindsym", bar_cmd_tray_bindsym }, { "tray_output", bar_cmd_tray_output }, { "tray_padding", bar_cmd_tray_padding }, + { "unbindcode", bar_cmd_unbindcode }, + { "unbindsym", bar_cmd_unbindsym }, { "workspace_buttons", bar_cmd_workspace_buttons }, { "wrap_scroll", bar_cmd_wrap_scroll }, }; |