summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2022-03-25 15:03:00 +0000
committerRafael Marçalo <raroma09@gmail.com>2022-03-25 15:03:00 +0000
commit5d453240f544e9196142ebbd43ff6d3e85c7abee (patch)
treecfd18c8b5ddb6738b59174cf91a9a8421ac48713
parenta34a5867bb5089b385d90547a6ad719fa95252a8 (diff)
Delete config.h
-rw-r--r--config.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/config.h b/config.h
deleted file mode 100644
index 2c1bee0..0000000
--- a/config.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* user and group to drop privileges to */
-static const char *user = "nobody";
-static const char *group = "wheel";
-
-static const char *colorname[NUMCOLS] = {
- [INIT] = "grey", /* after initialization */
- [INPUT] = "#005577", /* during input */
- [FAILED] = "#CC3333", /* wrong password */
-};
-
-/* treat a cleared input like a wrong password (color) */
-static const int failonclear = 1;
-
-/* time to cancel lock with mouse movement in seconds */
-static const int timetocancel = 3;