mirror of
				https://github.com/tiyn/slock.git
				synced 2025-10-31 03:01:19 +01:00 
			
		
		
		
	added control-clear patch to config
This commit is contained in:
		| @@ -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-background-image-20220318-1c5a538.diff (shows a background image in locked state) | ||||||
| - slock-dwmlogo-20210324.diff (adds dwm logo on lock screen) | - 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 | ## Installation | ||||||
|  |  | ||||||
|   | |||||||
| @@ -31,3 +31,6 @@ static XRectangle rectangles[9] = { | |||||||
| 	{ 11,	4,	1,	2 }, | 	{ 11,	4,	1,	2 }, | ||||||
|  |  | ||||||
| }; | }; | ||||||
|  |  | ||||||
|  | /* allow control key to trigger fail on clear */ | ||||||
|  | static const int controlkeyclear = 1; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user