added control-clear patch to config

config
tiyn 1 year ago
parent 1a7de3947f
commit 848f53aed5

@ -8,6 +8,7 @@ The list below shows the currently applied patches to the master branch.
- slock-background-image-20220318-1c5a538.diff (shows a background image in locked state)
- slock-dwmlogo-20210324.diff (adds dwm logo on lock screen)
- slock-git-20161012-control-clear.diff (doesnt turn logo red when pressing control keys)
## Installation

@ -31,3 +31,6 @@ static XRectangle rectangles[9] = {
{ 11, 4, 1, 2 },
};
/* allow control key to trigger fail on clear */
static const int controlkeyclear = 1;

Loading…
Cancel
Save