From 3a035d8bcc5b914aca96629bd92152559e88ff7c Mon Sep 17 00:00:00 2001 From: Jackson Taylor Date: Sat, 4 Jul 2020 19:50:12 +0000 Subject: Add uselessgap patch Adds a gap between the clients, and between the clients and borders --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 36563580..792e416f 100644 --- a/config.h +++ b/config.h @@ -2,6 +2,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int gappx = 10; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -- cgit v1.2.3