From 91fb31b0d9c1253b794774096ef90280bb48f640 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang <59727193+horriblename@users.noreply.github.com> Date: Sat, 18 Feb 2023 23:35:50 +0100 Subject: [PATCH] add options related to `resize_on_border` (#130) related feature PR: https://github.com/hyprwm/Hyprland/pull/1347 --- pages/Configuring/Variables.md | 4 ++++ 1 file changed, 4 insertions(+) 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.