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 | |
| parent | 4a0c806d83311e991b321642e180e66dc21b6e25 (diff) | |
| parent | 278f3e9054cf5d7b02e995a69653504242956874 (diff) | |
Merge branch 'master' into codex/create-suckless-style-x11-login-manager
Diffstat (limited to 'core')
| -rw-r--r-- | core/slogin/config.def.h | 2 | ||||
| -rw-r--r-- | core/slogin/config.mk | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/core/slogin/config.mk b/core/slogin/config.mk index fcca349..793f852 100644 --- a/core/slogin/config.mk +++ b/core/slogin/config.mk @@ -9,4 +9,4 @@ CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -DVERSION=\"${VERSION}\" -DHAVE_SHADO CFLAGS = -std=c99 -pedantic -Wall -Os ${CPPFLAGS} LDFLAGS = ${LIBS} -CC = cc +CC = cc
\ No newline at end of file |
