A configured dwm-flexipatch config.
- In
dwm/config.h, line 435. Replace pax with your username
static const char *const autostart[] = {
"picom", NULL,
"/home/pax/.fehbg", "-c", NULL, // replace "pax" with your username
"slstatus", NULL,
"dunst", NULL,
"/home/pax/scripts/mousepad", "-c", NULL, // replace "pax" with your username
NULL /* terminate */
};
- In
slock/config.h, line 2. Replace pax with your username
/* user and group to drop privileges to */
static const char *user = "pax"; // put your username here
static const char *group = "wheel"; // put your group here




