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

@ -161,6 +161,7 @@ sway_cmd cmd_sticky;
sway_cmd cmd_swaybg_command;
sway_cmd cmd_swaynag_command;
sway_cmd cmd_swap;
sway_cmd cmd_tiling_drag;
sway_cmd cmd_title_format;
sway_cmd cmd_unmark;
sway_cmd cmd_urgent;

View file

@ -365,6 +365,7 @@ struct sway_config {
bool validating;
bool auto_back_and_forth;
bool show_marks;
bool tiling_drag;
bool edge_gaps;
bool smart_gaps;