From 5eb087d338ee91f07e19440c2b58abceee5abda3 Mon Sep 17 00:00:00 2001 From: Vaxry <43317083+vaxerski@users.noreply.github.com> Date: Sun, 31 Jul 2022 17:34:39 +0200 Subject: [PATCH] mention ipc config in the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9c4a01e..c02913c 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,13 @@ You can use `hyprctl hyprpaper` (if on Hyprland) to issue a keyword, for example hyprctl hyprpaper wallpaper DP-1,~/Pictures/myepicpng.png ``` +# Battery life +Since the IPC has to tick every now and then, and poll in the background, battery life might be a tiny bit worse with IPC on. If you want to fully disable it, use +``` +ipc = off +``` +in the config. + ## Unloading If you use a lot of wallpapers, consider unloading those that you no longer need. This will mean you need to load them again if you wish to use them for a second time, but will free the memory used by the preloaded bitmap. (Usually 8 - 20MB, depending on the resolution)