On 23/04/08 07:24PM, pfx_AT_mailbox.org wrote:
> static const char *dmenu_extend[] = { "dmenu_extended_run", NULL };
How about:
> > (Try changing your
> > dmenu_extended keybind to something else and see if that works or not).
1. What happens if you use:
static const char *dmenu_extend[] = { "dmenu_run", NULL };
2. What happens when you run from the terminal emulator:
2.a:
$ dmenu_extended_run
2.b:
$ which dmenu_extended_run
3. What happens if you add the path obtained from 2.b to the command
> static const char *dmenu_extend[] = { "dmenu_extended_run", NULL };
^-- here, before 'd'?
Received on Sat Apr 08 2023 - 23:43:13 CEST