Name
make-xlock-menu -- Create an xlock menu.
Synopsis
(make-xlock-menu #&optional (lock? #f))
Description
Create an xlock menu.
To use this, add the following to the menu of your choice:
(menuitem "Screensaver" #:action (make-xlock-menu #f))
or (menuitem "Lock Screen" #:action (make-xlock-menu #t))