From owner-freebsd-questions@FreeBSD.ORG Wed Oct 22 10:32:54 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 408E116A4B3 for ; Wed, 22 Oct 2003 10:32:54 -0700 (PDT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5098A43FBF for ; Wed, 22 Oct 2003 10:32:51 -0700 (PDT) (envelope-from roland.mathieu@online.fr) Received: from lycurgue.localnet (dijon-1-a7-62-147-70-115.dial.proxad.net [62.147.70.115]) by postfix3-2.free.fr (Postfix) with ESMTP id 35DE9C167; Wed, 22 Oct 2003 19:32:46 +0200 (CEST) Received: from lycurgue.localnet (localhost.localnet [127.0.0.1]) by lycurgue.localnet (8.12.6/8.12.6) with ESMTP id h9MHQQtZ000702; Wed, 22 Oct 2003 19:26:27 +0200 (CEST) (envelope-from roland@lycurgue.localnet) Received: (from roland@localhost) by lycurgue.localnet (8.12.6/8.12.6/Submit) id h9MHQQV8000701; Wed, 22 Oct 2003 19:26:26 +0200 (CEST) Date: Wed, 22 Oct 2003 19:26:26 +0200 From: roland Mathieu To: Bryan Cassidy Message-ID: <20031022172626.GA666@lycurgue.localnet> References: <20031021233450.4b4fbcd3.b_cassidy@bellsouth.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20031021233450.4b4fbcd3.b_cassidy@bellsouth.net> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: xlock + xautolock question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 17:32:54 -0000 X-List-Received-Date: Wed, 22 Oct 2003 17:32:54 -0000 Bryan Cassidy (b_cassidy@bellsouth.net) a écrit: > I've read through the man page for xlockmore and xautolock and cant > figure out (must be over looking it or something) but can't figure out > how to setup a .rc file for the two and how to setup xlockmore to > interact with xautolock.. So any help would be apprecited even if its > from the man page it's self. i dont mind to read. Must be over looking > it or something. Hello, If you put this line in a startup script like ~/.xsession or ~/.xinitrc xautolock -time 5 -locker "xlock" xlock will be automatically launch after five minutes of inactivity. «man xautolock» and «man xlock» to configure xlock and xautolock exactly like want. Note: it's absolutely not FreeBSD specific. Hope it help. roland.