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/