From af4641847b578b233a6f06806f575b3f320d74da Mon Sep 17 00:00:00 2001 From: vaxerski Date: Thu, 26 Jan 2023 10:43:34 +0000 Subject: [PATCH] add window_resize_speed to autogen cfg --- src/config/defaultConfig.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index 46fdc0d..6334698 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -55,7 +55,8 @@ col.inactive_border=0x77222222 # animations Animations { enabled=1 - speed=5 + speed=5 # for workspaces + window_resize_speed=5 # for windows cheap=1 # highly recommended borders=0 workspaces=0 # not really recommended