Browse Source

gaps disabled

dwm6.4
Ivan Polyakov 2 years ago
parent
commit
0f96c2e72b
  1. 4
      patches.def.h

4
patches.def.h

@ -345,7 +345,7 @@ @@ -345,7 +345,7 @@
/* This patch adds vertical and horizontal space between the statusbar and the edge of the screen.
* https://dwm.suckless.org/patches/barpadding/
*/
#define BAR_PADDING_PATCH 1
#define BAR_PADDING_PATCH 0
/* This patch adds simple markup for status messages using pango markup.
* This depends on the pango library v1.44 or greater.
@ -1170,7 +1170,7 @@ @@ -1170,7 +1170,7 @@
* https://github.com/bakkeby/patches/blob/master/dwm/dwm-vanitygaps-6.2.diff
* https://github.com/bakkeby/patches/blob/master/dwm/dwm-cfacts-vanitygaps-6.2.diff
*/
#define VANITYGAPS_PATCH 1
#define VANITYGAPS_PATCH 0
/* This patch adds outer gaps for the monocle layout.
* Most gaps patches tries to avoid gaps on the monocle layout, as it is often used as a

Loading…
Cancel
Save