diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2023-06-06 14:10:14 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-09-23 20:33:11 +0000 |
| commit | c2ba92be4ee2e7964d60c3dbbb1b00e66ff28cd2 (patch) | |
| tree | 88758ed2eb7632130d6a62c2225113e324ae8edb /config.def.h | |
| parent | 002c7d22043da56a54511b5d234c2e3bd997d119 (diff) | |
Patch: mouse-follows-focus
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
