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:
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…
x
Reference in New Issue
Block a user