From 0df08d5efd99418de6e138285a32bafd7cb2154c Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 14 May 2022 00:57:35 -0600 Subject: add new layout --- patches/uselessgap.diff | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'patches/uselessgap.diff') diff --git a/patches/uselessgap.diff b/patches/uselessgap.diff index d9cacbe..1bf2ea0 100644 --- a/patches/uselessgap.diff +++ b/patches/uselessgap.diff @@ -4,22 +4,8 @@ Date: Wed, 3 Jul 2019 21:33:45 -0700 Subject: [PATCH] Port the uselessgap patch to 6.2 --- - config.def.h | 1 + dwm.c | 36 ++++++++++++++++++++++++++++++------ 2 files changed, 31 insertions(+), 6 deletions(-) - -diff --git a/config.def.h b/config.def.h -index 1c0b587..b11471d 100644 ---- a/config.def.h -+++ b/config.def.h -@@ -2,6 +2,7 @@ - - /* appearance */ - static const unsigned int borderpx = 1; /* border pixel of windows */ -+static const unsigned int gappx = 6; /* gaps between windows */ - static const unsigned int snap = 32; /* snap pixel */ - static const int showbar = 1; /* 0 means no bar */ - static const int topbar = 1; /* 0 means bottom bar */ diff --git a/dwm.c b/dwm.c index 4465af1..4545e05 100644 --- a/dwm.c -- cgit v1.2.3