diff options
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index e6abef56..37a9b24c 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -572,6 +572,15 @@ The default colors are: the _floating\_mod_ will also allow the container to be dragged. _toggle_ should not be used in the config file. +*tiling\_drag\_threshold* <threshold> + Sets the threshold that must be exceeded for an unfocused tiling container + to be dragged by its titlebar. This has no effect if _floating\_mod_ is + used, if the container is focused, or if _tiling\_drag_ is set to + _disable_. Once the threshold has been exceeded once, the drag starts and + the cursor can come back inside the threshold without stopping the drag. + _threshold_ is multiplied by the scale of the output that the cursor on. + The default is 9. + *title\_align* left|center|right Sets the title alignment. If _right_ is selected and _show\_marks_ is set to _yes_, the marks will be shown on the _left_ side instead of the |