From cc58ad2ef41bf0b9a298366fbdc5afbde31edb17 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sat, 8 Oct 2022 22:12:03 +0200 Subject: Adding alt-tab patch ref. #303 --- patches.def.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'patches.def.h') diff --git a/patches.def.h b/patches.def.h index deb6e3c..e787ada 100644 --- a/patches.def.h +++ b/patches.def.h @@ -438,6 +438,11 @@ * Other patches */ +/* Adds a window task switcher toggled using alt-tab. + * https://dwm.suckless.org/patches/alt-tab/ + */ +#define ALT_TAB_PATCH 0 + /* All floating windows are centered, like the center patch, but without a rule. * The center patch takes precedence over this patch. * This patch interferes with the center transient windows patches. -- cgit v1.2.3