Introduce tiling_drag directive

This commit is contained in:
Ryan Dwyer 2018-09-11 17:17:19 +10:00
parent d4e80cf301
commit ec9c4de564
6 changed files with 18 additions and 0 deletions

View file

@ -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 },
};