stumpwm.stumpwm-contrib/util/stump-lock
2021-01-22 18:36:24 -05:00
..
lock.lisp Add the stump-lock module, a screenlocker. 2021-01-22 18:36:24 -05:00
package.lisp Add the stump-lock module, a screenlocker. 2021-01-22 18:36:24 -05:00
README.org Add the stump-lock module, a screenlocker. 2021-01-22 18:36:24 -05:00
stump-lock.asd Add the stump-lock module, a screenlocker. 2021-01-22 18:36:24 -05:00

stump-lock

This module allows you to lock your screen while away from your keyboard.

Note: this is not a secure screenlocker. It is a convenient one. The threat it is protecting against is your cat, not your hacker neighbor.

Requirements

None. This is done natively.

Usage

Put the following in your ~/.stumpwmrc:

  (load-module "stump-lock")

And you need to define a password:

  (setf stump-lock:*password* "my super secret password")

You can now bind the lock-screen command to a key:

  (define-key *top-map* (kbd "s-l") "lock-screen")

That's it!