diff options
Diffstat (limited to 'core/slogin/config.def.h')
| -rw-r--r-- | core/slogin/config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/slogin/config.def.h b/core/slogin/config.def.h new file mode 100644 index 0000000..6e58261 --- /dev/null +++ b/core/slogin/config.def.h @@ -0,0 +1,2 @@ +/* command to run after successful login */ +static const char *logincmd[] = { "startx", NULL }; |
