diff options
author | Jesús <heckyel@hyperbola.info> | 2022-06-29 11:09:36 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-06-29 11:09:36 +0800 |
commit | eca0f8c71790bfb1bccf5129955738f9937d859a (patch) | |
tree | bcf4ca286e25c9cbe73a4d8c79aa687ed290cd12 /6.3+h/0003-dwm-fullgaps.patch | |
parent | 4b34604a01a175c1f7a3d5aad26b0954c9177119 (diff) | |
download | dwm-patches-master.tar.lz dwm-patches-master.tar.xz dwm-patches-master.zip |
Diffstat (limited to '6.3+h/0003-dwm-fullgaps.patch')
-rw-r--r-- | 6.3+h/0003-dwm-fullgaps.patch | 8 |
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 { |