mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Add unbindswitch command
This commit is contained in:
parent
852f1f0b34
commit
8d4f8aea46
4 changed files with 103 additions and 54 deletions
|
|
@ -93,6 +93,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "titlebar_border_thickness", cmd_titlebar_border_thickness },
|
||||
{ "titlebar_padding", cmd_titlebar_padding },
|
||||
{ "unbindcode", cmd_unbindcode },
|
||||
{ "unbindswitch", cmd_unbindswitch },
|
||||
{ "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