mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Create unbindsym and unbindcode commands
This commit is contained in:
parent
d7d29fe546
commit
852f1f0b34
4 changed files with 91 additions and 35 deletions
|
|
@ -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 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue