add drag_mode command to move/resize window without floating_modifier

This commit is contained in:
Philipp Jungkamp 2021-07-01 16:20:17 +02:00
parent 1dd6df6a5d
commit 10adccfa02
7 changed files with 25 additions and 5 deletions

View file

@ -121,6 +121,7 @@ sway_cmd cmd_create_output;
sway_cmd cmd_default_border;
sway_cmd cmd_default_floating_border;
sway_cmd cmd_default_orientation;
sway_cmd cmd_drag_mode;
sway_cmd cmd_exec;
sway_cmd cmd_exec_always;
sway_cmd cmd_exit;

View file

@ -518,6 +518,8 @@ struct sway_config {
bool tiling_drag;
int tiling_drag_threshold;
bool drag_mode;
bool smart_gaps;
int gaps_inner;
struct side_gaps gaps_outer;