Thomas Danckaert writes:
> using GuixSD, I've added xscreensaver to my system configuration, by
> adding the following to the list of services:
>
> (screen-locker-service xscreensaver)
>
> this is enough to use xscreensaver (set up pam & make xscreensaver
> setuid), except for the fact that I
From: l...@gnu.org (Ludovic Courtès)
Subject: Re: xscreensaver on GuixSD
Date: Fri, 30 Jun 2017 14:47:47 +0200
Strangely, after creating a ~/.xsession file, I wasn't able to log
in
to my gnome session anymore (though I didn't investigate this
further
and just deleted ~/.xses
Thomas Danckaert skribis:
> From: l...@gnu.org (Ludovic Courtès)
> Subject: Re: xscreensaver on GuixSD
> Date: Thu, 29 Jun 2017 16:45:14 +0200
>
>> Thomas Danckaert skribis:
>>
>>> I'd like the xscreensaver daemon to start automatically. Has
>>>
From: l...@gnu.org (Ludovic Courtès)
Subject: Re: xscreensaver on GuixSD
Date: Thu, 29 Jun 2017 16:45:14 +0200
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
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, l...@gnu.org wrote:
Hello Thomas,
Thomas Danckaert skribis:
I'd like the xscreensaver daemon to start automatically. Has a
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.
Hi,
using GuixSD, I've added xscreensaver to my system configuration, by
adding the following to the list of services:
(screen-locker-service xscreensaver)
this is enough to use xscreensaver (set up pam & make xscreensaver
setuid), except for the fact that I have to start the xscreensav