diff --git a/pages/Compiling spmenu.md b/pages/Compiling spmenu.md index 308fa4b..15e2629 100644 --- a/pages/Compiling spmenu.md +++ b/pages/Compiling spmenu.md @@ -5,7 +5,7 @@ Compiling spmenu Note that I offer spmenu packages for both Arch and Gentoo. The Gentoo packages (ebuilds) can be had from [my overlay](https://git.speedie.site/speedie/speedie-overlay). -The Arch packages can be found [here](https://ls.speedie.site/index.php?b=releases%2Fspmenu), +The Arch packages can be found [here](https://ls.speedie.site/?b=releases%2Fspmenu), and can be installed using `pacman -U /path/to/package`. Alternatively you can add [my full Arch repository](https://git.speedie.site/speedie-aur) if you want. @@ -67,7 +67,7 @@ disabled during compile time. ### Compiling spmenu You can get spmenu [from git](https://git.speedie.site/speedie/spmenu) or from -a [release tarball](https://ls.speedie.site/index.php?b=releases%2Fspmenu). +a [release tarball](https://ls.speedie.site/?b=releases%2Fspmenu). Most users will prefer Git, due to the ease of getting updates, but it may come at a stability cost. Git users get the latest features right away. diff --git a/pages/Home.md b/pages/Home.md index 0dcbbb0..7366570 100755 --- a/pages/Home.md +++ b/pages/Home.md @@ -4,8 +4,8 @@ Welcome to the spmenu wiki! ![preview image](/pages/images/spmenu.svg) [spmenu](https://git.speedie.site/speedie/spmenu) is an X11 and Wayland menu application -based on [dmenu](https://tools.suckless.org/dmenu) which takes standard input, parses -it, lets the user choose an option and sends the selected option to standard output. +which takes standard input, parses it, lets the user choose an option and sends +the selected option to standard output. Options are separated by newlines. In addition to this, it also serves as a run launcher through the included shell script `spmenu_run` which supports running @@ -16,7 +16,7 @@ To contribute to the wiki, please submit issues/pull requests at [the Git reposi See also: - [spmenu Git repository](https://git.speedie.site/speedie/spmenu) -- [spmenu releases](https://ls.speedie.site/index.php?b=releases%2Fspmenu) +- [spmenu releases](https://ls.speedie.site/?b=releases%2Fspmenu) - [[User scripts]] - [[User themes]] - [[Using spmenu as a run launcher]]