mirror of
https://github.com/swaywm/sway.git
synced 2026-04-02 07:15:50 -04:00
Add unbindsym/unbindcode command for swaybar
This commit is contained in:
parent
8d4f8aea46
commit
35ddd9aab3
4 changed files with 88 additions and 30 deletions
|
|
@ -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 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue