diff options
Diffstat (limited to 'core/slogin/config.def.h')
| -rw-r--r-- | core/slogin/config.def.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/slogin/config.def.h b/core/slogin/config.def.h index 49866aa..758c4f0 100644 --- a/core/slogin/config.def.h +++ b/core/slogin/config.def.h @@ -1,5 +1,2 @@ -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 }; +static const char *logincmd[] = { "startx", NULL };
\ No newline at end of file |
