From 090e0edc99d675fd38e91132bca8ecd42f97a6de Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 13 Sep 2024 11:20:31 +0100 Subject: [PATCH] nuke old sens options --- pages/Configuring/Variables.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 5515ef6..e5b3356 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -55,7 +55,6 @@ SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5 | name | description | type | default | |---|---|---|---| -| sensitivity | mouse sensitivity (legacy, may cause bugs if not 1, prefer `input:sensitivity`) | float | 1.0 | | border_size | size of the border around windows | int | 1 | | no_border_on_floating | disable borders for floating windows | bool | false | | gaps_in | gaps between windows, also supports css style gaps (top, right, bottom, left -> 5,10,15,20) | int | 5 | @@ -67,20 +66,12 @@ SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5 | col.nogroup_border_active | active border color for window that cannot be added to a group | gradient | 0xffff00ff | | layout | which layout to use. [dwindle/master] | str | dwindle | | no_focus_fallback | if true, will not fall back to the next available window when moving focus in a direction where no window was found | 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 | | allow_tearing | master switch for allowing tearing to occur. See [the Tearing page](../Tearing). | bool | false | | resize_corner | force floating windows to use a specific corner when being resized (1-4 going clockwise from top left, 0 to disable) | int | 0 | -{{< callout type=warning >}} - -Prefer using `input:sensitivity` over `general:sensitivity` to avoid bugs, -especially with Wine/Proton apps. - -{{< /callout >}} - ### Decoration | name | description | type | default |