In config.h, there is
The layout is:
The --geometry is functional however the emacs always shrinks after started which leaving an offset to screen bottom.
Sincerely!
Code:
static const char *emacs[] = {"emacs", "--geometry", "177x38+0+378", NULL };
{ MODKEY, XK_e, spawn, {.v = emacs } }
The layout is:
Code:
{ "><>", NULL }
The --geometry is functional however the emacs always shrinks after started which leaving an offset to screen bottom.
Sincerely!