diff options
author | bd <bdunahu@gmail.com> | 2024-01-01 21:29:13 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2024-01-01 21:29:13 -0700 |
commit | f6bc289f35462d29e6a90b0a17105fc0983ad706 (patch) | |
tree | ac955f59bb196b86927887f7848fbbf5a9a66e99 | |
parent | 53fd3ebea005252311617f9f655da7cb5b88e7b3 (diff) |
Deleted slock customization.
-rw-r--r-- | .config/emacs/slock/config.def.h | 12 | ||||
l--------- | .config/emacs/slock/config.h | 1 |
2 files changed, 0 insertions, 13 deletions
diff --git a/.config/emacs/slock/config.def.h b/.config/emacs/slock/config.def.h deleted file mode 100644 index 41133a8..0000000 --- a/.config/emacs/slock/config.def.h +++ /dev/null @@ -1,12 +0,0 @@ -/* user and group to drop privileges to */ -static const char *user = "nobody"; -static const char *group = "nobody"; - -static const char *colorname[NUMCOLS] = { - [INIT] = "black", /* after initialization */ - [INPUT] = "#404040", /* during input */ - [FAILED] = "#4d0000", /* wrong password */ -}; - -/* treat a cleared input like a wrong password (color) */ -static const int failonclear = 1; diff --git a/.config/emacs/slock/config.h b/.config/emacs/slock/config.h deleted file mode 120000 index c6d6219..0000000 --- a/.config/emacs/slock/config.h +++ /dev/null @@ -1 +0,0 @@ -config.def.h
\ No newline at end of file |