From b7c3ae01c66d38a60dc09c0307f4e581a6678b4c Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sun, 2 Apr 2023 13:14:50 -0600 Subject: [PATCH] more minimal --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index f4a21e2..6158226 100644 --- a/config.def.h +++ b/config.def.h @@ -2,9 +2,9 @@ #include /* appearance */ -static const unsigned int borderpx = 2; /* border pixel of windows */ -static const Gap default_gap = {.isgap = 1, .realgap = 25, .gappx = 25}; -static const unsigned int snap = 15; /* snap pixel */ +static const unsigned int borderpx = 1; /* border pixel of windows */ +static const Gap default_gap = {.isgap = 1, .realgap = 10, .gappx = 10}; +static const unsigned int snap = 5; /* snap pixel */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 0; /* 0 means bottom bar */