diff options
author | sinanmohd <pcmsinan@gmail.com> | 2021-11-14 18:59:52 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-11 18:39:55 +0530 |
commit | da8d349106c812cf792b2c99fb91c356d8664fef (patch) | |
tree | a7db51c6dab9efb4f2e75a131a8820b83fccdb70 | |
parent | 8f4788de0d21071d7f4fffe839dd855add6686a8 (diff) |
change border pixel of windows from 1 to 2
-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 fe307d7..016798d 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 = 1; /* border pixel of windows */ +static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int gappx = 5; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ |