commit e81aefd2ccc39dd0c8d18b2f928983b5d0871a12
Author: Jack Bird <[email protected]>
Date: Thu Aug 5 00:25:09 2021 +0100
[dwm][patch][focusmaster] Updated index.md and fixed broken patch
diff --git
a/dwm.suckless.org/patches/focusmaster/dwm-focusmaster-20210804-138b405.diff
b/dwm.suckless.org/patches/focusmaster/dwm-focusmaster-20210804-138b405.diff
index cc6dffab..1d29425f 100644
--- a/dwm.suckless.org/patches/focusmaster/dwm-focusmaster-20210804-138b405.diff
+++ b/dwm.suckless.org/patches/focusmaster/dwm-focusmaster-20210804-138b405.diff
@@ -21,7 +21,7 @@ index 9fd0286..be01927 100644
/* variables */
static const char broken[] = "broken";
static char stext[256];
-@@ -2150,3 +2152,17 @@ main(int argc, char *argv[])
+@@ -2150,3 +2152,19 @@ main(int argc, char *argv[])
XCloseDisplay(dpy);
return EXIT_SUCCESS;
}
@@ -33,8 +33,8 @@ index 9fd0286..be01927 100644
+
+ if (selmon->nmaster < 1)
+ return;
-+ if (!selmon->sel || (selmon->sel->isfullscreen && lockfullscreen))
-+ return;
++ if (!selmon->sel || (selmon->sel->isfullscreen && lockfullscreen))
++ return;
+
+ c = nexttiled(selmon->clients);
+
diff --git a/dwm.suckless.org/patches/focusmaster/index.md
b/dwm.suckless.org/patches/focusmaster/index.md
index 74721cf4..866128b6 100644
--- a/dwm.suckless.org/patches/focusmaster/index.md
+++ b/dwm.suckless.org/patches/focusmaster/index.md
@@ -19,6 +19,7 @@ Add the following line to the keys array in your config.h (or
config.def.h) to b
Download
--------
*
[dwm-focusmaster-20200717-bb2e722.diff](dwm-focusmaster-20200717-bb2e722.diff)
(2020.07.17)
+*
[dwm-focusmaster-20210804-138b405.diff](dwm-focusmaster-20210804-138b405.diff)
(2021.08.04)
*
[dwm-focusmaster-return-20210804-138b405.diff](dwm-focusmaster-return-20210804-138b405.diff)
(2021.08.04)
Author