aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-07-20 11:59:54 +0300
committereug-vs <eug-vs@keemail.me>2021-07-20 11:59:54 +0300
commit9b6b9932e3e160ebba78803e88faf3abc75e0f38 (patch)
tree70964671f5a9125ff4fd91db8cc1779197fc0970 /config.def.h
parenta9d33a53f2626a824a80757cb6214f735a1aa274 (diff)
downloaddwm-9b6b9932e3e160ebba78803e88faf3abc75e0f38.tar.gz
Revert "feat: add gaps"
This reverts commit 7985c39e7f767fbdcc835c13c24455c96ba8e8d6.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 90e4733..9a29547 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,7 +2,6 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
-static const unsigned int gappx = 48; /* 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 */
@@ -100,9 +99,6 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_h, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_l, tagmon, {.i = +1 } },
{ MODKEY, XK_r, resizemouse, {0} },
- { MODKEY, XK_minus, setgaps, {.i = -1 } },
- { MODKEY, XK_equal, setgaps, {.i = +1 } },
- { MODKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)