From bdad18696354eb1a0236f9ba1028d39479ec5351 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Tue, 28 Feb 2023 22:15:47 +0000 Subject: [PATCH] anim default true --- pages/Configuring/Variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 558991a..d9ac708 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -236,8 +236,8 @@ Described [here](../Keywords#per-device-input-configs). | mouse_move_enables_dpms | If DPMS is set to off, wake up the monitors if the mouse moves. | bool | false | | 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 | -| animate_mouse_windowdragging | If true, will animate windows being dragged by mouse, note that this can cause weird behavior on some setups | bool | false | +| animate_manual_resizes | If true, will animate manual window resizes/moves | bool | true | +| animate_mouse_windowdragging | If true, will animate windows being dragged by mouse, note that this can cause weird behavior on some curves | bool | true | | 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\] |