From 456202a0a196e0641be93030b34015312ad76d3a Mon Sep 17 00:00:00 2001 From: speedie Date: Thu, 2 Mar 2023 10:07:56 +0100 Subject: [PATCH] add note about arch --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef2819d..6eef634 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,15 @@ Note: This is an incomplete list, it's just here to give you an idea of what thi ### Installation (Gentoo) If you are on Gentoo GNU/Linux, you can add -[my overlay](https://codeberg.org/speedie/speedie-overlay) which includes +[my overlay](https://git.speedie.gq/speedie-overlay) which includes `x11-misc/spmenu` as well as other useful packages. +### Installation (Arch) + +If you are on Arch GNU/Linux, you can add +[my repository](https://git.speedie.gq/speedie-repository) which includes +`spmenu` as well as other useful packages. + ### Images To use an image, pipe `IMG:/path/to/image` to spmenu. If you want you can specify arguments. @@ -86,7 +92,7 @@ This build allows you to define .Xresources values to load on startup. See docs/ This build of spmenu should work with all spmenu/dmenu scripts. [Here](https://codeberg.org/speedie/speedwm-extras) are a few I've written/use: -### Notes for users of Arch +### Notes for users of Arch who manually compile This fork of spmenu is compiled using tcc for speed however tcc from the Arch repositories seems to be broken. I'm sure there's a better way to fix this but I just fix it by installing [this package](https://aur.archlinux.org/packages/tcc-ziyao) from the AUR.