From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: Re: xscreensaver on GuixSD Date: Thu, 29 Jun 2017 12:05:29 -0300 Message-ID: <8765b365b3d56cf807b5812291b46159@d4n1.org> References: <20170628.184214.1062466562203980561.post@thomasdanckaert.be> <87efu2n98l.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQb0l-0003ea-EY for help-guix@gnu.org; Thu, 29 Jun 2017 11:05:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQb0f-0007sp-JX for help-guix@gnu.org; Thu, 29 Jun 2017 11:05:39 -0400 In-Reply-To: <87efu2n98l.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: ludo@gnu.org Cc: Thomas Danckaert , help-guix@gnu.org I use xlock with matrix mode. I puted in my ~.stumpwm: (define-key *root-map* (kbd "Pause") "exec xlock -mode matrix") --- Daniel Pimentel (d4n1) On 2017-06-29 11:45, ludo@gnu.org wrote: > Hello Thomas, > > Thomas Danckaert skribis: > >> I'd like the xscreensaver daemon to start automatically. Has anyone >> set this up on their system? Do I need to define a custom service for >> this? Suggestions welcome! > > I would start it from ~/.xsession, but perhaps there are fancier ways > to > do that. > > HTH, > Ludo’.