diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 19:23:57 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 19:23:57 +0530 |
| commit | a8e6cebbc5537d88f0c0c24dfaa921b6202fe0c5 (patch) | |
| tree | 0ddbaa57880b1dd0ab958ec3910ad1bb95a1e778 /config.def.h | |
| parent | e2f0735f7c8d12f4b2634e16e16784d23835ecff (diff) | |
smartborders
Diffstat (limited to '')
| -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 69bab39..97e6ac9 100644 --- a/config.def.h +++ b/config.def.h @@ -6,6 +6,7 @@ /* appearance */ 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 smartborders = 1; static const unsigned int borderpx = 1; /* border pixel of windows */ static const float rootcolor[] = COLOR(0x222222ff); static const float bordercolor[] = COLOR(0x444444ff); |
