diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index a423ec4..3f379f5 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -56,6 +56,10 @@ SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5 | layout | which layout to use. (Available: `dwindle`, `master`) | str | dwindle | | no_cursor_warps | if true, will not warp the cursor in many cases (focusing, keybinds, etc) | bool | false | | apply_sens_to_raw | if on, will also apply the sensitivity to raw mouse output (e.g. sensitivity in games) **NOTICE:** ***really*** not recommended. | bool | false | +| resize_on_border | enables resizing windows by clicking and dragging on borders and gaps | bool | false | +| extend_border_grab_area | extends the area around the border where you can click and drag on, only used when `general:resize_on_border` is on. | int | 15 | +| hover_icon_on_border | show a cursor icon when hovering over borders, only used when `general:resize_on_border` is on. | bool | true | + {{< hint type=warning >}} Prefer using `input:sensitivity` over `general:sensitivity` to avoid bugs, especially with Wine/Proton apps.