Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3424

Graphical Environments & Desktops • DWM: Replacing dmenu 5.1 with dmenu 5.3

$
0
0
I have been after this issue for the better of 3 days now.
I used dmenu 5.1 (without patches) and when activating dmenu_run with Win+d, the image below looks and works just fine.
dmenu5.3.png
However, after compiling dmenu 5.3 (again, no patches), when activating dmenu_run, I get the following.
dmenu5.1.png
You'll notice that the text is considerably more to the right which, is annoying. Has anyone experienced this and if so, know of a way to correct this?

The line in my dwm config.def.h is left untouched in both cases. Here is that line.

Code:

static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; 

Statistics: Posted by cds60601 — 2024-04-18 01:56 — Replies 0 — Views 25



Viewing all articles
Browse latest Browse all 3424

Trending Articles