From f6bc289f35462d29e6a90b0a17105fc0983ad706 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 1 Jan 2024 21:29:13 -0700 Subject: Deleted slock customization. --- .config/emacs/slock/config.def.h | 12 ------------ .config/emacs/slock/config.h | 1 - 2 files changed, 13 deletions(-) delete mode 100644 .config/emacs/slock/config.def.h delete mode 120000 .config/emacs/slock/config.h (limited to '.config') 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 -- cgit v1.2.3