I want to create shortcut to make screenshots in DWM with maim.
Command works for bash but for C there are spaces and symbols so DWM can't execute this command correctly.
static const char *maim[] = {"maim ~/Screenshots/$(date +%F-%H_%M_%S).png", NULL };