sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit e81aefd2ccc39dd0c8d18b2f928983b5d0871a12
parent 13eb1dba57cafec1ba3a82792b722a21974ab506
Author: Jack Bird <jack.bird@durham.ac.uk>
Date:   Thu,  5 Aug 2021 00:25:09 +0100

[dwm][patch][focusmaster] Updated index.md and fixed broken patch

Diffstat:
Mdwm.suckless.org/patches/focusmaster/dwm-focusmaster-20210804-138b405.diff | 6+++---
Mdwm.suckless.org/patches/focusmaster/index.md | 1+
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git 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 @@ -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