diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-19 18:49:27 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-19 18:49:27 +0000 |
| commit | cb5d7285fa381c3bfca6fa567d7039b320a9a2d7 (patch) | |
| tree | 3eb6540629a2599746d69728e6ff8927990f981d /slock-1.4/config.def.h | |
| parent | d214ade6878905318c6a4db23c91ce0851ee6ffc (diff) | |
slock has a lock screen wallpaper
Diffstat (limited to 'slock-1.4/config.def.h')
| -rw-r--r-- | slock-1.4/config.def.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/slock-1.4/config.def.h b/slock-1.4/config.def.h index 9855e21..eb88b3d 100644 --- a/slock-1.4/config.def.h +++ b/slock-1.4/config.def.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ static const char *user = "nobody"; -static const char *group = "nogroup"; +static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ @@ -10,3 +10,6 @@ static const char *colorname[NUMCOLS] = { /* treat a cleared input like a wrong password (color) */ static const int failonclear = 1; + +/* Background image path, should be available to the user above */ +static const char* background_image = ""; |