mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-16 18:15:58 +01:00
nuke old sens options
This commit is contained in:
parent
1bc4d0d8ec
commit
090e0edc99
1 changed files with 0 additions and 9 deletions
|
@ -55,7 +55,6 @@ SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5
|
||||||
|
|
||||||
| name | description | type | default |
|
| 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 |
|
| border_size | size of the border around windows | int | 1 |
|
||||||
| no_border_on_floating | disable borders for floating windows | bool | false |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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
|
### Decoration
|
||||||
|
|
||||||
| name | description | type | default |
|
| name | description | type | default |
|
||||||
|
|
Loading…
Reference in a new issue