commit e8445cf8322f56f6728de65d8a05779e8ec853e8
parent 0043207c58c11d1c35349c3540e304b589eaebda
Author: regexghost <dev@regexghost.com>
Date: Mon, 27 Jul 2026 22:56:58 +0100
switched to alttab from JWM inbuilt switcher, and new dependency for st
Diffstat:
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/jwm/.config/jwm/jwmrc b/jwm/.config/jwm/jwmrc
@@ -130,7 +130,6 @@
<Key key="Return">select</Key>
<Key key="Escape">escape</Key>
- <Key mask="A" key="Tab">nextstacked</Key>
<Key mask="4" key="#">desktop#</Key>
<!-- <Key mask="A" key="F1">root:1</Key> -->
<!-- <Key mask="A" key="F2">window</Key> -->
diff --git a/otherPrograms.sh b/otherPrograms.sh
@@ -207,6 +207,8 @@ bug () {
}
st () {
+ sudo apt install libgd-dev
+
git clone https://github.com/regexghost/st
cd st
make full
diff --git a/wm-scripts/jwm-xinit.sh b/wm-scripts/jwm-xinit.sh
@@ -13,5 +13,9 @@
# Night-shift
(sleep 16 && gammastep -O 5200) &
+# Alt Tab
+. ~/.config/regexghost/current-theme.sh
+(sleep 6 && alttab -bg "#${BACKGROUND_GREY}" -fg "#${FOREGROUND_WHITE}" -frame "#${GREEN}" -t 100x60) &
+
# Window manager
exec jwm 2> ~/.cache/xsession-errors