diff options
| author | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-08 23:43:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-08 23:43:59 -0500 |
| commit | 85d91a056004d8dbe5016ba35bc670ad1b75c8b1 (patch) | |
| tree | bdc85f947d51e5d5243a0544181738fcf7ec3903 /core/slogin/config.def.h | |
| parent | 4a0c806d83311e991b321642e180e66dc21b6e25 (diff) | |
| parent | 278f3e9054cf5d7b02e995a69653504242956874 (diff) | |
Merge branch 'master' into codex/create-suckless-style-x11-login-manager
Diffstat (limited to 'core/slogin/config.def.h')
| -rw-r--r-- | core/slogin/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/slogin/config.def.h b/core/slogin/config.def.h index 6e58261..758c4f0 100644 --- a/core/slogin/config.def.h +++ b/core/slogin/config.def.h @@ -1,2 +1,2 @@ /* command to run after successful login */ -static const char *logincmd[] = { "startx", NULL }; +static const char *logincmd[] = { "startx", NULL };
\ No newline at end of file |
