You are not logged in.
^ I highly recommend;
https://forums.bunsenlabs.org/viewtopic.php?id=1637
Offline
^ thanks
Offline
The only problem with that method is that dwm is a tiler so the first open window always covers the root desktop
I prefer to call your menu by clicking on the title part of the panel:
https://cdn.scrot.moe/images/2017/09/29/2017-09-29-061429_1280x800_scrot.th.png
That way I can still use it when the root window isn't visible
config.h:
static const char *pmenucmd[] = { "pmenu.py", NULL }; static Button buttons[] = { { ClkWinTitle, 0, Button1, spawn, {.v = pmenucmd } }, { ClkWinTitle, 0, Button3, spawn, {.v = pmenucmd } }, };
Use it with a key binding and ditch the mouse
It works better for my systems (Void) if I use the SCHMD option:
{ MODKEY, XK_p, spawn, SHCMD("pmenu.py --x 36 --y 36") },
If I set up a regular key binding, it doesn't always launch.
Last edited by PackRat (2017-10-01 19:57:20)
You must unlearn what you have learned.
-- yoda
Offline
Thread closed, use the October thread instead.
Thanks for all the scrots and comments!
Offline