From dcd6874ad696bcd9cc236852eab690793e5a7c38 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 10 Sep 2022 17:30:19 +0200 Subject: [PATCH] mention misc disable autoreload --- pages/Configuring/Basic-Config.md | 1 + pages/FAQ/_index.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pages/Configuring/Basic-Config.md b/pages/Configuring/Basic-Config.md index 71a108b..cc5e58e 100644 --- a/pages/Configuring/Basic-Config.md +++ b/pages/Configuring/Basic-Config.md @@ -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 diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index 7879165..b3d6496 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -290,3 +290,5 @@ Optimization options: `decoration:drop_shadow = false` `misc:no_vfr = false` + +*possibly* `misc:disable_autoreload = true` \ No newline at end of file