Adding alt-tab patch ref. #303

This commit is contained in:
bakkeby
2022-10-08 22:12:03 +02:00
parent 4912e3129a
commit cc58ad2ef4
9 changed files with 262 additions and 1 deletions

View File

@ -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.