sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (953B)


      1 Visual Unlock + DPMS
      2 ====================
      3 
      4 Description
      5 -----------
      6 This patch keeps the screen unlocked but keeps the input locked.
      7 That is, the screen is not affected by slock, but users will not
      8 be able to interact with the X session unless they enter the correct
      9 password.
     10 
     11 Unlike the unlock screen patch, this uses an arg (-u) to enable the
     12 unlocked screen functionality, and the mouse will remain hidden. The
     13 primary use case for this would be in a script to spawn a screensaver
     14 when the screen is locked.
     15 
     16 The DPMS patch is also included, with a separate DPMS sleep timer in
     17 config.def.h. This might be used to keep the screensaver on for 5
     18 minutes, while running slock without -u has the screen sleep after 3
     19 seconds of inactivity.
     20 
     21 If you would not like to use DPMS, set both DPMS timers to 0 in your
     22 config.h.
     23 
     24 
     25 Download
     26 --------
     27 * [slock-visual-unlock-dpms-1.6.diff](slock-visual-unlock-dpms-1.6.diff)
     28 
     29 Authors
     30 -------
     31 * cat <cat@plan9.rocks>