fix cheatsheet location

This commit is contained in:
Luca Bilke 2024-01-18 11:35:21 +01:00
parent 85fd47b832
commit 5eac976752
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ static const char *spterm[] = { "t", TERMINAL, "-n", "spterm", "-d", "~", NULL
static const char *splf[] = { "l", TERMINAL, "-n", "splf", "-d", "~", "-e", "lfub", NULL };
static const char *sphtop[] = { "h", TERMINAL, "-n", "sphtop", "-e", "htop", NULL };
static const char *spmix[] = { "m", TERMINAL, "-n", "spmix", "-e", "pulsemixer", NULL };
static const char *sphelp[] = { "n", TERMINAL, "-n", "sphelp", "-e", "/bin/sh", "-c", "lowdown -Tterm /usr/local/share/dwm/dwm.md | less", NULL };
static const char *sphelp[] = { "n", TERMINAL, "-n", "sphelp", "-e", "/bin/sh", "-c", "lowdown -Tterm /usr/share/dwm/dwm.md | less", NULL };
static const char *spnmtui[] = { "i", TERMINAL, "-n", "spnmtui", "-e", "nmtui", NULL };
static const char *spwiki[] = { "v", TERMINAL, "-n", "spwiki", "-e", "nvim", "+WikiIndex", NULL };