mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Add "tiling_drag_threshold_on_focused" command
This commit is contained in:
parent
1450a9e9f9
commit
9d8233d3a0
8 changed files with 25 additions and 1 deletions
|
|
@ -173,6 +173,7 @@ sway_cmd cmd_swaynag_command;
|
|||
sway_cmd cmd_swap;
|
||||
sway_cmd cmd_tiling_drag;
|
||||
sway_cmd cmd_tiling_drag_threshold;
|
||||
sway_cmd cmd_tiling_drag_threshold_on_focused;
|
||||
sway_cmd cmd_title_align;
|
||||
sway_cmd cmd_title_format;
|
||||
sway_cmd cmd_titlebar_border_thickness;
|
||||
|
|
|
|||
|
|
@ -429,6 +429,7 @@ struct sway_config {
|
|||
|
||||
bool tiling_drag;
|
||||
int tiling_drag_threshold;
|
||||
bool tiling_drag_threshold_on_focused;
|
||||
|
||||
bool smart_gaps;
|
||||
int gaps_inner;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue