Update URLs with the non-php version

This commit is contained in:
speedie 2023-06-10 14:36:44 +02:00
parent e06f2031d9
commit 355c3299c5
5 changed files with 4 additions and 10 deletions

View file

@ -119,7 +119,7 @@ directory**. If you want to generate a pacman package, run
## Scripts ## Scripts
There's a page dedicated to user scripts There's a page dedicated to user scripts
[over on the wiki](https://spmenu.speedie.site/index.php/User+scripts). Feel [over on the wiki](https://spmenu.speedie.site/User+scripts). Feel
free to contribute and try scripts on there. free to contribute and try scripts on there.
## More information ## More information

View file

@ -240,7 +240,7 @@ spmenu = {
/* Mouse bindings /* Mouse bindings
* *
* See https://spmenu.speedie.site/index.php/Configurable+keybindings for a list of valid options. * See https://spmenu.speedie.site/Configurable+keybindings for a list of valid options.
*/ */
mouse = ( mouse = (
/* Click Button Function Argument */ /* Click Button Function Argument */
@ -257,7 +257,7 @@ spmenu = {
* Please note that at least on the US standard keyboard layout, * Please note that at least on the US standard keyboard layout,
* `key` will differ if Shift is held down and the key is a number or symbol. * `key` will differ if Shift is held down and the key is a number or symbol.
* *
* See https://spmenu.speedie.site/index.php/Configurable+keybindings for a list of valid options. * See https://spmenu.speedie.site/Configurable+keybindings for a list of valid options.
*/ */
keys = ( keys = (
/* Mode Modifier Key Function Argument */ /* Mode Modifier Key Function Argument */

View file

@ -1,7 +1,4 @@
/* These are all your hardcoded keybinds. /* These are all your hardcoded keybinds.
* It is recommended you set keybinds in ~/.config/spmenu/spmenu.conf instead.
*
* See https://spmenu.speedie.site/index.php/keybinds.h+documentation for more information.
* See LICENSE file for copyright and license details. * See LICENSE file for copyright and license details.
*/ */

View file

@ -1,7 +1,4 @@
/* Mouse bindings /* Mouse bindings
* These are all your hardcoded mouse bindings. It is recommended you set these in ~/.config/spmenu/spmenu.conf though.
*
* See https://spmenu.speedie.site/index.php/mouse.h+documentation for more information.
* See LICENSE file for copyright and license details. * See LICENSE file for copyright and license details.
*/ */

View file

@ -77,7 +77,7 @@ fail_mac() {
[ -f "/usr/local/share/spmenu/allowusageonmac" ] && return [ -f "/usr/local/share/spmenu/allowusageonmac" ] && return
cat << EOF cat << EOF
spmenu_run currently does not support macOS due to the outdated Bash version. spmenu_run currently does not support macOS due to the outdated Bash version.
See https://spmenu.speedie.site/index.php/Using+spmenu+on+macOS for more information. See https://spmenu.speedie.site/Using+spmenu+on+macOS for more information.
If you wish to ignore this warning anyway, touch /usr/local/share/spmenu/allowusageonmac. If you wish to ignore this warning anyway, touch /usr/local/share/spmenu/allowusageonmac.
EOF EOF