commit 0249ff634c43a2e19ca9caa1a6e71cd933e0beb4 parent 5d60d07e8516d1f62c392631d3b90c0718c181b0 Author: regexghost <dev@regexghost.com> Date: Tue, 4 Aug 2026 21:53:37 +0100 switched from my fork of jwm, to main repo + my patches in other-programs.sh. Also last commit I renamed otherPrograms.sh to other-programs.sh Diffstat:
| M | other-programs.sh | | | 16 | +++++++++++++++- |
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/other-programs.sh b/other-programs.sh @@ -24,8 +24,22 @@ sudo apt install git make gcc automake cmake meson unzip gettext autopoint pkg-c jwm () { sudo apt install libxext-dev libxmu-dev libxinerama-dev libxpm-dev libjpeg-dev libpng-dev libpango1.0-dev - git clone https://github.com/regexghost/jwm + git clone https://github.com/joewing/jwm + cd jwm + + cp ../patches/jwm-desktop-change.diff . + cp ../patches/jwm-border-flicker.diff . + cp ../patches/jwm-caps-lock.diff . + cp ../patches/jwm-move-unmap.diff . + cp ../patches/jwm-centered.diff . + + patch -p 1 < jwm-desktop-change.diff + patch -p 1 < jwm-border-flicker.diff + patch -p 1 < jwm-caps-lock.diff + patch -p 1 < jwm-move-unmap.diff + patch -p 1 < jwm-centered.diff + ./autogen.sh gettextize -f ./configure