Add "tiling_drag_threshold_on_focused" command

This commit is contained in:
David96 2019-01-03 12:29:53 +01:00
parent 1450a9e9f9
commit 9d8233d3a0
No known key found for this signature in database
GPG key ID: 5ACECCD881CF2621
8 changed files with 25 additions and 1 deletions

View file

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

View file

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