sites

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

commit b0c6ea10c2ffa564d9e1bd159343fae89efe4b51
parent 943baf684e57c2277077c6fd19baf956f81308c2
Author: elbachir-one <bachiralfa@gmail.com>
Date:   Sun, 12 Jul 2026 03:07:47 +0100

[slock][patches][quickcancel] Fixed index.md

Diffstat:
Mtools.suckless.org/slock/patches/quickcancel/index.md | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tools.suckless.org/slock/patches/quickcancel/index.md b/tools.suckless.org/slock/patches/quickcancel/index.md @@ -3,7 +3,10 @@ quickcancel Description ----------- -Cancel slock by moving the mouse within a certain time-period after slock started. The time-period can be defined in seconds with the setting *timetocancel* in the config.h. This is useful if you forgot to disable `xautolock` during an activity that requires no input (e.g. reading text, watching video). +Cancel slock by moving the mouse within a certain time period after slock +starts. The time period, in seconds, is configured with *timetocancel* in +`config.h`. This is useful if you forgot to disable `xautolock` during an +activity that requires no input (e.g. reading text or watching a video). Download -------- @@ -13,6 +16,5 @@ Download Authors ------- -* Matthias Schoth - mschoth@gmail.com +* Matthias Schoth - <mschoth@gmail.com> * Aleksandrs Stier (1.4 port) -