diff options
| author | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-08 23:33:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-08 23:33:06 -0500 |
| commit | 278f3e9054cf5d7b02e995a69653504242956874 (patch) | |
| tree | 09504609f77936891a0c48693b4192b3ce68b614 /core/slogin/config.def.h | |
| parent | 81729ee885471cb2a2a532d47f3986e5294f0102 (diff) | |
| parent | bd96b9a5f1cb37786cc8d1e0c38d258b1f852184 (diff) | |
Merge pull request #22 from ihateamongus/codex/create-suckless-style-x11-login-manager
Add accent-aware X11 login manager
Diffstat (limited to 'core/slogin/config.def.h')
| -rw-r--r-- | core/slogin/config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/slogin/config.def.h b/core/slogin/config.def.h new file mode 100644 index 0000000..49866aa --- /dev/null +++ b/core/slogin/config.def.h @@ -0,0 +1,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 }; |
