diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-10-01 11:42:26 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-10-01 11:53:33 +0000 |
| commit | fc34479ff679890c518a4c15e89f3894a6aa0a5f (patch) | |
| tree | 25c1118bfb573bab86e18c465f1676010698bf3a /config.def.h | |
| parent | 53b1b5556e206c8af520afcd6b8ff71b83170e0e (diff) | |
Patch: smartborders
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 d4765be..8fe9511 100644 --- a/config.def.h +++ b/config.def.h @@ -10,6 +10,7 @@ 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 int smartborders = 1; static const unsigned int borderpx = 2; /* border pixel of windows */ static const float rootcolor[] = COLOR(0x222222ff); static const float bordercolor[] = COLOR(0x444444ff); |
