From 7fbc3a114ba809c0f4bc868a0b058b1cc0b8a66f Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 19 Dec 2022 19:48:21 +0000 Subject: [PATCH] remove autoreaload --- pages/Configuring/Variables.md | 1 - pages/FAQ/_index.md | 3 --- 2 files changed, 4 deletions(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 78bf125..3e3dbab 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -226,7 +226,6 @@ Described [here](../Keywords#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 | | enable_swallow | Enable window swallowing | bool | false | | swallow_regex | The *class* regex to be used for windows that should be swallowed (usually, a terminal) | str | \[EMPTY\] | | focus_on_activate | Whether Hyprland should focus an app that requests to be focused (an `activate` request) | bool | true | diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index 9a05133..35b79a2 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -277,9 +277,6 @@ heavily advised to use `full` regardless of anything. * `misc:no_vfr = false`, since it'll lower the refresh rate when nothing is happening on-screen. -* `misc:disable_autoreload = true` to stop Hyprland from reloading configuration - file each time that it changes. - # How to fix games with window dancing? Read [this trick](../Configuring/Uncommon-tips--tricks/#window-dancing).