From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOOSA-0005IS-7o for guix-patches@gnu.org; Mon, 11 Dec 2017 08:49:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOOS6-0000QZ-D1 for guix-patches@gnu.org; Mon, 11 Dec 2017 08:49:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47518) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOOS6-0000PF-7L for guix-patches@gnu.org; Mon, 11 Dec 2017 08:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eOOS5-0005iI-NX for guix-patches@gnu.org; Mon, 11 Dec 2017 08:49:01 -0500 Subject: [bug#27083] screen-lockers: i3lock-color and i3lock-fancy Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <871skx9ql3.fsf@gmail.com> <20171117101835.whd5f7lincppxlgy@abyayala> <20171117201705.75ldk4yxnpd7m3qa@abyayala> <20171117205734.63tbjhxqbcw6sis7@abyayala> <20171117210211.vdauzbvhrjubwamt@abyayala> <20171117211901.eor5yjlvj3icgbsd@abyayala> <87374uc3tk.fsf@gmail.com> <20171201092731.aea3sdto6dgsqisk@abyayala> <878teltpq6.fsf@gmail.com> <20171209132538.uvtlqmv3wnm4uvyp@abyayala> Date: Mon, 11 Dec 2017 14:47:42 +0100 In-Reply-To: <20171209132538.uvtlqmv3wnm4uvyp@abyayala> (ng0@n0.is's message of "Sat, 9 Dec 2017 13:25:38 +0000") Message-ID: <87374h1im9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: ng0 Cc: Chris Marusich , 27083@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, ng0 skribis: > I wonder if it is a bug or lack of functionality in i3lock > or i3lock-color that I can switch to the tty when it's locked. > There are other screenlockers that do not allow me to do this, > the screen is really locked, not just tty7 or whereever your X might > be running. Really? I=E2=80=99m not sure the screen locker, which is a =E2=80=9Cregula= r=E2=80=9D X11 client, can prevent you from switching to a tty. > From f11bc2af6aa43cdd52c76c8640fc2d8eff71fa8d Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Tue, 24 Jan 2017 13:03:42 +0000 > Subject: [PATCH 1/2] gnu: Add i3lock-color. > > * gnu/packages/wm.scm (i3lock-color): New variable. Applied with these changes: --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8fcce1eab..e3bf01902 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -8,7 +8,7 @@ ;;; Copyright =C2=A9 2016 Efraim Flashner ;;; Copyright =C2=A9 2016 Al McElrath ;;; Copyright =C2=A9 2016 Carlo Zancanaro -;;; Copyright =C2=A9 2016 Ludovic Court=C3=A8s +;;; Copyright =C2=A9 2016, 2017 Ludovic Court=C3=A8s ;;; Copyright =C2=A9 2016, 2017 ng0 ;;; Copyright =C2=A9 2016 doncatnip ;;; Copyright =C2=A9 2016 Ivan Vilata i Balaguer @@ -373,13 +373,13 @@ prompt.") (home-page "https://github.com/PandorasFox/i3lock-color") (synopsis "Screen locker with color configuration support") (description - "Re-patched version of i3lock, which is a simple screen -locker like slock. Features include: + "i3lock-color is a simpler X11 screen locker derived from i3lock. +Features include: =20 @enumerate -@item forking process, the locked screen is preserved when you suspend fro= m RAM -@item specify background color or image to be displayed in the lock screen -@item many additional color options +@item forking process, the locked screen is preserved when you suspend to = RAM; +@item specify background color or image to be displayed in the lock screen; +@item many additional color options. @end enumerate") (license license:bsd-3))) =20 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > From 9ea21f2e1c20aceff4ff12bf00cd5b31e0bf02fc Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Tue, 24 Jan 2017 15:57:13 +0000 > Subject: [PATCH 2/2] gnu: Add i3lock-fancy. > > * gnu/packages/wm.scm (i3lock-fancy): New variable. Applied, thanks! Ludo=E2=80=99. --=-=-=--