mention misc disable autoreload

This commit is contained in:
vaxerski 2022-09-10 17:30:19 +02:00
parent 61740946ad
commit dcd6874ad6
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -290,3 +290,5 @@ Optimization options:
`decoration:drop_shadow = false`
`misc:no_vfr = false`
*possibly* `misc:disable_autoreload = true`