From 27c9723a79f91d679775c24584f321eb21796f88 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Mon, 2 Oct 2023 22:11:21 +0800 Subject: [PATCH] Added swaptags --- dwm-flexipatch/patches.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm-flexipatch/patches.def.h b/dwm-flexipatch/patches.def.h index b9e0e19..1a31e8f 100644 --- a/dwm-flexipatch/patches.def.h +++ b/dwm-flexipatch/patches.def.h @@ -1163,7 +1163,7 @@ * keyboard shortcuts. * https://dwm.suckless.org/patches/swaptags/ */ -#define SWAPTAGS_PATCH 0 +#define SWAPTAGS_PATCH 1 /* Switch focus between the master and stack columns using a single keybinding. * https://dwm.suckless.org/patches/switchcol/