about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-10-19 12:48:26 +0300
committerAcid Bong <acid-bong@cock.lt>2022-10-19 12:48:26 +0300
commit2e9218abe5b07a09b5267396458d9eb8d17fe57f (patch)
tree27b6f0cc51d782b4622fde6073f45d95e813ba4c
parent07d13d8c95d76c22a1b01383022a09c017f8a504 (diff)
downloaddwm-2e9218abe5b07a09b5267396458d9eb8d17fe57f.tar.gz
gaps: personal fixes
-rw-r--r--config.def.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index ea27f7e..c954087 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,7 +2,7 @@
 
 /* appearance */
 static const unsigned int borderpx  = 1;        /* border pixel of windows */
-static const int gappx     = 5;                 /* gaps between windows */
+static const int gappx     = 10;                 /* gaps between windows */
 static const unsigned int snap      = 32;       /* snap pixel */
 static const unsigned int systraypinning = 0;   /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
 static const unsigned int systrayonleft = 0;   	/* 0: systray in the right corner, >0: systray on left of status text */
@@ -85,9 +85,6 @@ static const Key keys[] = {
 	{ MODKEY,                       XK_period, focusmon,       {.i = +1 } },
 	{ MODKEY|ShiftMask,             XK_comma,  tagmon,         {.i = -1 } },
 	{ MODKEY|ShiftMask,             XK_period, tagmon,         {.i = +1 } },
-	{ MODKEY,                       XK_minus,  setgaps,        {.i = -5 } },
-	{ MODKEY,                       XK_equal,  setgaps,        {.i = +5 } },
-	{ MODKEY|ShiftMask,             XK_equal,  setgaps,        {.i = 0  } },
 	TAGKEYS(                        XK_1,                      0)
 	TAGKEYS(                        XK_2,                      1)
 	TAGKEYS(                        XK_3,                      2)