Ok, sorry, but one final (hopefully) question.
dmenu_run does "xy | /bin/sh &".
Like this the thing then is owned by PID 1.
I use (instead of dmenu_run)
: ${LINES:=30}
cmd=$(<< '_EOT' dmenu -l $((LINES - LINES/10)) "$@"
# Browse
/bin/sh -c 'touch /run/user/$(id -u)/box-browse/root/#'
do
Steffen Nurpmeso wrote in
<20240912001039.k3mbXC1z@steffen%sdaoden.eu>:
|..and isn't that mysterious, do you all live without any
|accessibility to these media keys in dwm? I have written
|
|XF86 media key spawn hook..
...
i mean, maybe you all just do things like
--- a/config.def.h