From a672bbf17cbc5b135695068c05a1e79487dd14ff Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 30 Sep 2023 00:03:07 -0400 Subject: [PATCH] disable smart borders --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 9024fd9..2b27243 100644 --- a/config.h +++ b/config.h @@ -11,7 +11,7 @@ static float focuscolor[] = {0.533, 0.753, 0.816, 1.0}; // DWL_FOCUS_COLOR /* * Behaviour */ -static const int smartborders = 1; +static const int smartborders = 0; static const int sloppyfocus = 1; // focus follows mouse static const int bypass_surface_visibility = 0; // 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible static const int hide_type = 1; // 1 means hide the cursor when typing