summaryrefslogtreecommitdiff
path: root/core/slogin/config.def.h
blob: 49866aa58356e8088a4005c7d3a8dd2e9b369499 (plain)
1
2
3
4
5
static const char *fontname = "monospace:size=12";
static const char *bgcolor  = "#000000";
static const char *fgcolor  = "#bbbbbb";
/* command to run after successful login */
static const char *logincmd[] = { "/bin/sh", "-c", "exec dwm", NULL };