From 468a789dbc4b1928c035d8590895efc533520a27 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 24 Feb 2021 17:07:33 +0100 Subject: Updated file tree to match XDG base directory specification --- slock/config.def.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 slock/config.def.h (limited to 'slock') diff --git a/slock/config.def.h b/slock/config.def.h deleted file mode 100644 index a21b349..0000000 --- a/slock/config.def.h +++ /dev/null @@ -1,12 +0,0 @@ -/* user and group to drop privileges to */ -static const char *user = "charles"; -static const char *group = "wheel"; - -static const char *colorname[NUMCOLS] = { - [INIT] = "#003355", /* after initialization */ - [INPUT] = "#005577", /* during input */ - [FAILED] = "#CC3333", /* wrong password */ -}; - -/* treat a cleared input like a wrong password (color) */ -static const int failonclear = 1; -- cgit