commit 40a0047f93138c731a27c5beec172b5f252bef11 parent 252c8c89e7ef4433d765b1cbebbe9f9919bdaf9d Author: Christoph Lohmann <20h@r-36.net> Date: Fri, 7 Dec 2012 10:29:25 +0100 Fixing the xautolock syntax. Diffstat:
M | tools.suckless.org/slock.md | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/tools.suckless.org/slock.md b/tools.suckless.org/slock.md @@ -11,5 +11,9 @@ Download Usage ----- -slock can be started with [xautolock](http://www.ibiblio.org/pub/linux/X11/screensavers/) after specified period of user's inactivity: -<code>xautolock -time 10 -locker slock</code> +Slock can be started after a specific period of user inactivity using +[xautolock](http://www.ibiblio.org/pub/linux/X11/screensavers/). The +command syntax is: + + xautolock -time 10 -locker slock +