mirror of
https://github.com/swaywm/sway.git
synced 2026-04-24 06:46:22 -04:00
add drag_mode command to move/resize window without floating_modifier
This commit is contained in:
parent
1dd6df6a5d
commit
10adccfa02
7 changed files with 25 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue