diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 19:59:06 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 19:59:06 +0530 |
| commit | 69ea92c117736630b160d23ca2ded87958ee0af5 (patch) | |
| tree | bb39ff7d4ddfe3e792ba8eae4a59b6880d7a15b7 /config.def.h | |
| parent | 305defb7b30cc363c9e9b9bb19b30803e412df73 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index bee57c5..e319a28 100644 --- a/config.def.h +++ b/config.def.h @@ -7,7 +7,7 @@ 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 unsigned int borderpx = 2; /* border pixel of windows */ static const float rootcolor[] = COLOR(0x272727ff); static const float bordercolor[] = COLOR(0x272727ff); static const float focuscolor[] = COLOR(0xf2f0faff); |
