From 480110cb25d75f320dbebb53ab6caf869d1f1923 Mon Sep 17 00:00:00 2001 From: Regolith Linux Date: Wed, 30 Oct 2024 05:19:17 -0700 Subject: [PATCH] fix: add i3 back into build for Jammy, as that release's i3 version is too old for 3.2 config May address https://github.com/regolith-linux/regolith-desktop/issues/1075 --- stage/unstable/ubuntu/jammy/package-model.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stage/unstable/ubuntu/jammy/package-model.json b/stage/unstable/ubuntu/jammy/package-model.json index eeedd97d..6d926fcf 100644 --- a/stage/unstable/ubuntu/jammy/package-model.json +++ b/stage/unstable/ubuntu/jammy/package-model.json @@ -14,6 +14,10 @@ "ref": "packaging/v1.7-regolith", "source": "https://github.com/regolith-linux/sway-regolith.git" }, - "xdg-desktop-portal-regolith": null + "xdg-desktop-portal-regolith": null, + "i3-wm": { + "source": "https://github.com/regolith-linux/i3-wm.git", + "ref": "main" + } } } \ No newline at end of file