mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Introduce tiling_drag directive
This commit is contained in:
parent
d4e80cf301
commit
ec9c4de564
6 changed files with 18 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "set", cmd_set },
|
||||
{ "show_marks", cmd_show_marks },
|
||||
{ "smart_gaps", cmd_smart_gaps },
|
||||
{ "tiling_drag", cmd_tiling_drag },
|
||||
{ "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