aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-02-28 01:55:16 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-02-28 01:55:16 +0530
commit1fa4de24c6ad697361b89c5aef12f516e1d2ec45 (patch)
tree34380d40ad153e810c49ce967d17f0efdc0b128f
parent03a07bac5e0e6fe32736056f5fd9cc538bbe97b2 (diff)
downloaddwm-1fa4de24c6ad697361b89c5aef12f516e1d2ec45.tar.gz
dwm-1fa4de24c6ad697361b89c5aef12f516e1d2ec45.tar.bz2
dwm-1fa4de24c6ad697361b89c5aef12f516e1d2ec45.zip
low gaps
-rw-r--r--config.h8
-rwxr-xr-xdwmbin82520 -> 82520 bytes
-rw-r--r--dwm.obin81024 -> 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
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.o b/dwm.o
index 9d989ae..5741a57 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ