Fork of slock-flexipatch for personal use
Go to file
2024-06-24 14:25:21 +05:00
patch Adding background image patch 2022-03-28 14:23:34 +02:00
.gitignore Add my config 2024-06-24 14:25:21 +05:00
arg.h Refactor main() 2016-08-22 23:22:20 +02:00
config.def.h Adding background image patch 2022-03-28 14:23:34 +02:00
config.h Add my config 2024-06-24 14:25:21 +05:00
config.mk Add my config 2024-06-24 14:25:21 +05:00
explicit_bzero.c clear passwords with explicit_bzero 2016-08-13 09:58:00 +02:00
LICENSE update LICENSE 2023-10-06 12:32:12 +02:00
Makefile Makefile: be verbose and remove options 2023-10-06 12:36:01 +02:00
patches.def.h Adding background image patch 2022-03-28 14:23:34 +02:00
patches.h Add my config 2024-06-24 14:25:21 +05:00
README rm trailing whitespace in README 2016-11-23 00:29:18 +01:00
README.md Add my config 2024-06-24 14:25:21 +05:00
slock.1 slock.1: use standard wording for options 2023-10-06 12:45:37 +02:00
slock.c write version to stdout like the man page says 2023-10-06 12:42:21 +02:00
util.h clear passwords with explicit_bzero 2016-08-13 09:58:00 +02:00

slock

Personal build of slock generated using slock-flexipatch

Patches applied:

  • blur_pixelated_screen

    • sets the lockscreen picture to a blured or pixelated screenshot
  • control-clear

    • with this patch slock will no longer change to the failure color if a control key is pressed while the buffer is empty
    • this may be useful if, for example, you wake your monitor up by pressing a control key and don't want to spoil the detection of failed unlocking attempts
  • dpms

    • interacts with the Display Power Signaling and automatically shuts down the monitor after a configurable amount of seconds
    • the monitor will automatically be activated by pressing a key or moving the mouse and the password can be entered then
  • dwmlogo

    • draws the dwm logo which changes color based on the state
  • mediakeys

    • allows media keys to be used while the screen is locked, e.g. adjust volume or skip to the next song without having to unlock the screen first
  • xresources

    • this patch adds the ability to get colors via Xresources