diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2024-10-25 01:27:33 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2024-10-25 01:27:33 +0300 |
commit | b16f49712d2760b2025a334940b7ba2de96efe72 (patch) | |
tree | b1b9b0ed1383aa242da4bbbfddd3e23050e74195 | |
parent | 811731b889c4e4945d9156779017c1ddfab8cd72 (diff) |
-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 8934ebd..71eab8f 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 3; /* border pixel of windows */ +static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int snap = 10; /* snap pixel */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static const unsigned int gappih = 15; /* horiz inner gap between windows */ |