From c2ba92be4ee2e7964d60c3dbbb1b00e66ff28cd2 Mon Sep 17 00:00:00 2001 From: 0scar Date: Tue, 6 Jun 2023 16:10:14 +0200 Subject: Patch: mouse-follows-focus --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 22d2171..f8f8f1a 100644 --- a/config.def.h +++ b/config.def.h @@ -5,6 +5,7 @@ (hex & 0xFF) / 255.0f } /* appearance */ static const int sloppyfocus = 1; /* focus follows mouse */ +static const int mousefollowsfocus = 1; /* mouse follows focus */ 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 unsigned int borderpx = 1; /* border pixel of windows */ static const float rootcolor[] = COLOR(0x222222ff); -- cgit v1.3