From 688c3654cd1b6fceaf035c0291ae39027c2b2b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Tue, 7 Jan 2025 11:48:21 +0100 Subject: [PATCH] feat: enabled pertag layout patch --- patches.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches.def.h b/patches.def.h index d2ab863..646724d 100644 --- a/patches.def.h +++ b/patches.def.h @@ -917,7 +917,7 @@ * monitor (default). * https://dwm.suckless.org/patches/pertag/ */ -#define PERTAG_PATCH 0 +#define PERTAG_PATCH 1 /* Option to enable gaps on a per tag basis rather than globally. * Depends on both pertag and vanitygaps patches being enabled.