xtrlock mod with some additional perks.
This is a fork of Ian Jackson's screen-locking utility. The source is taken from Debian.
- To restore screen brightness after unlocking the desktop on my hardware, I needed to run a command. I have added a patch to piggyback and run any command.
To compile, run:
$ make
To install, run:
$ sudo make install
The new option added is -c
(for Command). To start xtrlock
in screen blanking mode and set monitor backlight level to 20 after unlocking the screen, run:
$ xtrlock -c "xbacklight -set 20" -b