mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-25 05:55:59 +01:00
mention misc disable autoreload
This commit is contained in:
parent
61740946ad
commit
dcd6874ad6
2 changed files with 3 additions and 0 deletions
|
@ -193,6 +193,7 @@ Described [here](../Advanced-config#per-device-input-configs).
|
|||
| always_follow_on_dnd | Will make mouse focus follow the mouse when drag and dropping. Recommended to leave it enabled, especially for people using focus follows mouse at 0. | bool | true |
|
||||
| layers_hog_keyboard_focus | If true, will make keyboard-interactive layers keep their focus on mouse move (e.g. wofi, bemenu) | bool | true |
|
||||
| animate_manual_resizes | If true, will animate manual window resizes/moves | bool | false |
|
||||
| disable_autoreload | If true, the config will not reload automatically on save, and instead needs to be reloaded with `hyprctl reload`. Might save on battery. | bool | false |
|
||||
|
||||
## Binds
|
||||
|
||||
|
|
|
@ -290,3 +290,5 @@ Optimization options:
|
|||
`decoration:drop_shadow = false`
|
||||
|
||||
`misc:no_vfr = false`
|
||||
|
||||
*possibly* `misc:disable_autoreload = true`
|
Loading…
Reference in a new issue