Update pages slightly

This commit is contained in:
speedie 2023-06-10 14:39:05 +02:00
parent c770a32fb3
commit 9ec9030d2f
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ Compiling spmenu
Note that I offer spmenu packages for both Arch and Gentoo. The Gentoo packages 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). (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 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. add [my full Arch repository](https://git.speedie.site/speedie-aur) if you want.
@ -67,7 +67,7 @@ disabled during compile time.
### Compiling spmenu ### Compiling spmenu
You can get spmenu [from git](https://git.speedie.site/speedie/spmenu) or from 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 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. come at a stability cost. Git users get the latest features right away.

View file

@ -4,8 +4,8 @@ Welcome to the spmenu wiki!
![preview image](/pages/images/spmenu.svg) ![preview image](/pages/images/spmenu.svg)
[spmenu](https://git.speedie.site/speedie/spmenu) is an X11 and Wayland menu application [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 which takes standard input, parses it, lets the user choose an option and sends
it, lets the user choose an option and sends the selected option to standard output. the selected option to standard output.
Options are separated by newlines. In addition to this, it also serves as a run 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 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: See also:
- [spmenu Git repository](https://git.speedie.site/speedie/spmenu) - [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 scripts]]
- [[User themes]] - [[User themes]]
- [[Using spmenu as a run launcher]] - [[Using spmenu as a run launcher]]