Adding focusmaster-return patch variant ref. #398

This commit is contained in:
bakkeby
2023-11-12 09:41:31 +01:00
parent d86ea2de25
commit 817db8c3ca
7 changed files with 73 additions and 10 deletions

View File

@ -657,6 +657,12 @@
*/
#define FOCUSMASTER_PATCH 0
/* A variant of the focusmaster patch that additionally allows the focus to be returned to the
* previously focused client
* https://dwm.suckless.org/patches/focusmaster/
*/
#define FOCUSMASTER_RETURN_PATCH 0
/* Switch focus only by mouse click and not sloppy (focus follows mouse pointer).
* https://dwm.suckless.org/patches/focusonclick/
*/