1
0
mirror of https://github.com/tiyn/slock.git synced 2025-04-02 16:17:47 +02:00

added control-clear patch to config

This commit is contained in:
tiyn 2023-10-26 02:49:51 +02:00
parent 1a7de3947f
commit 848f53aed5
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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;