Introduction
Introduction Statistics Contact Development Disclaimer Help
config.def.h - slock - simple X display locker utility
git clone git://git.suckless.org/slock
Log
Files
Refs
README
LICENSE
---
config.def.h (399B)
---
1 /* user and group to drop privileges to */
2 static const char *user = "nobody";
3 static const char *group = "nogroup";
4
5 static const char *colorname[NUMCOLS] = {
6 [INIT] = "black", /* after initialization */
7 [INPUT] = "#005577", /* during input */
8 [FAILED] = "#CC3333", /* wrong password */
9 };
10
11 /* treat a cleared input like a wrong password (color) */
12 static const int failonclear = 1;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.