From 1fa4de24c6ad697361b89c5aef12f516e1d2ec45 Mon Sep 17 00:00:00 2001
From: Biswakalyan Bhuyan <biswa@surgot.in>
Date: Mon, 28 Feb 2022 01:55:16 +0530
Subject: low gaps

---
 config.h |   8 ++++----
 dwm      | Bin 82520 -> 82520 bytes
 dwm.o    | Bin 81024 -> 81024 bytes
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config.h b/config.h
index 5c59522..632484b 100644
--- a/config.h
+++ b/config.h
@@ -7,10 +7,10 @@
 /* appearance */
 static const unsigned int borderpx  = 3;        /* border pixel of windows */
 static const unsigned int snap      = 32;       /* snap pixel */
-static const unsigned int gappih    = 10;       /* horiz inner gap between windows */
-static const unsigned int gappiv    = 10;       /* vert inner gap between windows */
-static const unsigned int gappoh    = 10;       /* horiz outer gap between windows and screen edge */
-static const unsigned int gappov    = 30;       /* vert outer gap between windows and screen edge */
+static const unsigned int gappih    = 5;       /* horiz inner gap between windows */
+static const unsigned int gappiv    = 5;       /* vert inner gap between windows */
+static const unsigned int gappoh    = 5;       /* horiz outer gap between windows and screen edge */
+static const unsigned int gappov    = 5;       /* vert outer gap between windows and screen edge */
 static       int smartgaps          = 0;        /* 1 means no outer gap when there is only one window */
 static const int showbar            = 1;        /* 0 means no bar */
 static const int topbar             = 1;        /* 0 means bottom bar */
diff --git a/dwm b/dwm
index 3ee03ef..20426ec 100755
Binary files a/dwm and b/dwm differ
diff --git a/dwm.o b/dwm.o
index 9d989ae..5741a57 100644
Binary files a/dwm.o and b/dwm.o differ
-- 
cgit v1.2.3-59-g8ed1b