prabirshrestha/dwm-win32

Change "termcmd" not work.

ysl2 opened this issue · 0 comments

ysl2 commented

I changed my term from "wt.exe" to "alacritty.exe" but not work. I try to trace bug but lack of C pointer knowledge. Here are some hints:

{ MODKEY|MOD_SHIFT, VK_RETURN, spawn, {.v = termcmd } },

ShellExecuteW(NULL, NULL, ((wchar_t **)arg->v)[0], ((wchar_t **)arg->v)[1], NULL, SW_SHOWDEFAULT);