sites

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

index.md (653B)


      1 quickcancel
      2 ===========
      3 
      4 Description
      5 -----------
      6 Cancel slock by moving the mouse within a certain time period after slock
      7 starts. The time period, in seconds, is configured with *timetocancel* in
      8 `config.h`. This is useful if you forgot to disable `xautolock` during an
      9 activity that requires no input (e.g. reading text or watching a video).
     10 
     11 Download
     12 --------
     13 * [slock-quickcancel-1.6.diff](slock-quickcancel-1.6.diff)
     14 * [slock-quickcancel-1.4.diff](slock-quickcancel-1.4.diff)
     15 * [slock-quickcancel-20160619-65b8d52.diff](slock-quickcancel-20160619-65b8d52.diff)
     16 
     17 Authors
     18 -------
     19 * Matthias Schoth - <mschoth@gmail.com>
     20 * Aleksandrs Stier (1.4 port)