On Sun, 2021-10-17 at 19:07 -0400, Antoine Beaupré wrote:
> And I can confirm it works, or at least does not warn.

Excellent, thanks.

Is the diff as simple as:

   $ git diff
   diff --git a/doc/xss-lock.service b/doc/xss-lock.service
   index 52086c8..37d733e 100644
   --- a/doc/xss-lock.service
   +++ b/doc/xss-lock.service
   @@ -4,7 +4,7 @@ PartOf=graphical-session.target
    
    [Service]
    Type=simple
   -ExecStart=/usr/bin/xss-lock -l -s ${GRAPHICAL_SESSION_ID} -- i3lock
   +ExecStart=/usr/bin/xss-lock -l -s ${XDG_SESSION_ID} -- i3lock
    
    [Install]
    WantedBy=graphical-session.target
   
?

Reply via email to