My configuration of sxmo fork of suckless dwm.

git clone git://watertao.xyz/programs/sxmo-dwm.git

commit a99fab368484a37a48b1b769315816b8c14e22a9
parent b5438d12c80d4cf76639e3a3053c8e37cd430765
Author: Peter John Hartman <peterjohnhartman@gmail.com>
Date:   Mon, 28 Feb 2022 08:34:57 -0600

change d and p to point to appmenu and files

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -102,8 +102,8 @@ static Key keys[] = { {0, MODKEY, XK_r, clienttagpush, {.i = +1} }, /* PBP */ - { 0, MODKEY, XK_p, spawn, SHCMD("dmenu_run -c -fn Terminus-14 -l 20") }, - { 0, MODKEY, XK_d, spawn, SHCMD("dmenu_run -c -fn Terminus-13 -l 20") }, + { 0, MODKEY, XK_p, spawn, SHCMD("sxmo_appmenu.sh") }, + { 0, MODKEY, XK_d, spawn, SHCMD("sxmo_files.sh") }, { 0, MODKEY|ShiftMask, XK_Return, spawn, SHCMD("st") }, { 0, MODKEY, XK_b, togglebar, {0} },