slock

fork of slock
git clone git://popovic.xyz/slock.git
Log | Files | Refs | README | LICENSE

commit fae2f50871aa952bf2b30599991c9b3797a3af39
parent 658ef22a5eda0acecebe629a7e397ef76f8c449d
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Tue, 10 Mar 2026 22:22:12 +0000

bump

Diffstat:
Mconfig.def.h | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ -static const char *user = "user"; // <- change this to use slock -static const char *group = "group"; // <- change this to use slock +static char *user = "mika"; +static char *group = "users"; static const char *colorname[NUMCOLS] = { [BACKGROUND] = "black", /* after initialization */ @@ -70,8 +70,6 @@ static int pixelSize=10; * Xresources preferences to load at startup */ ResourcePref resources[] = { - { "user", STRING, &user}, - { "group", STRING, &group}, { "color_background", STRING, &colorname[BACKGROUND] }, { "color_init", STRING, &colorname[INIT] }, { "color_input", STRING, &colorname[INPUT] },