mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
Configuring/Variables: fix default value for hide_on_key_press (#648)
This commit is contained in:
parent
e922f47e6f
commit
f8e6bcf59e
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ _Subcategory `group:groupbar:`_
|
|||
| zoom_factor | the factor to zoom by around the cursor. Like a magnifying glass. Minimum 1.0 (meaning no zoom) | float | 1.0 |
|
||||
| zoom_rigid | whether the zoom should follow the cursor rigidly (cursor is always centered if it can be) or loosely | bool | false |
|
||||
| enable_hyprcursor | whether to enable hyprcursor support | bool | true |
|
||||
| hide_on_key_press | Hides the cursor when you press any key until the mouse is moved. | bool | true |
|
||||
| hide_on_key_press | Hides the cursor when you press any key until the mouse is moved. | bool | false |
|
||||
| hide_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | false |
|
||||
|
||||
### Debug
|
||||
|
|
Loading…
Reference in a new issue