sites

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

index.md (787B)


      1 xss-lock
      2 ========
      3 
      4 Description
      5 -----------
      6 xss-lock(1), when used with the `-l` option, coordinates locker activation with
      7 the login manager using a delay lock (via a file descriptor). Any locker
      8 application being used with xss-lock can communicate that locking is complete
      9 by closing the file descriptor set in the `$XSS_SLEEP_LOCK_FD` environment
     10 variable. This makes sure that suspend waits till the locker has started up.
     11 Otherwise, the screen's contents may show up briefly for a short time after
     12 waking up.
     13 
     14 This patch adds the ability in slock to detect if `$XSS_SLEEP_LOCK_FD` is set,
     15 and if so, close the file descriptor once locking is complete.
     16 
     17 Download
     18 --------
     19 * [slock-xss-lock-1.7.diff](slock-xss-lock-1.7.diff)
     20 
     21 Authors
     22 -------
     23 * Rishvic Pushpakaran <rishvic@gmail.com>