summaryrefslogtreecommitdiffstats
path: root/6.3+h/0003-dwm-fullgaps.patch
diff options
context:
space:
mode:
Diffstat (limited to '6.3+h/0003-dwm-fullgaps.patch')
-rw-r--r--6.3+h/0003-dwm-fullgaps.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/6.3+h/0003-dwm-fullgaps.patch b/6.3+h/0003-dwm-fullgaps.patch
index cbd2058..856c438 100644
--- a/6.3+h/0003-dwm-fullgaps.patch
+++ b/6.3+h/0003-dwm-fullgaps.patch
@@ -1,5 +1,5 @@
diff --git a/config.def.h b/config.def.h
-index 6d128d6..e77becd 100644
+index 8532de9..6a19285 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,6 +2,7 @@
@@ -8,8 +8,8 @@ index 6d128d6..e77becd 100644
static const unsigned int borderpx = 1; /* border pixel of windows */
+static const unsigned int gappx = 5; /* 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 */
+ 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 */
@@ -90,6 +91,9 @@ static Key keys[] = {
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
@@ -21,7 +21,7 @@ index 6d128d6..e77becd 100644
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)
diff --git a/dwm.c b/dwm.c
-index 23660c6..83bc6bd 100644
+index fbd26cf..0d70f45 100644
--- a/dwm.c
+++ b/dwm.c
@@ -134,6 +134,7 @@ struct Monitor {