From unknown Fri Aug 15 20:26:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39386] [PATCH] gnu: Add xwrits. Resent-From: Ivan Vilata i Balaguer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 02 Feb 2020 01:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39386 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39386@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158060550223350 (code B ref -1); Sun, 02 Feb 2020 01:06:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Feb 2020 01:05:02 +0000 Received: from localhost ([127.0.0.1]:39456 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iy3h1-000640-UR for submit@debbugs.gnu.org; Sat, 01 Feb 2020 20:05:02 -0500 Received: from lists.gnu.org ([209.51.188.17]:45275) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iy3h0-00063s-9N for submit@debbugs.gnu.org; Sat, 01 Feb 2020 20:04:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45639) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iy3gy-0003eK-Nv for guix-patches@gnu.org; Sat, 01 Feb 2020 20:04:53 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iy3gw-00023o-Vx for guix-patches@gnu.org; Sat, 01 Feb 2020 20:04:52 -0500 Received: from lev.selidor.net ([2600:3c03:e001:1100::1]:45782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iy3gw-00020h-Q3 for guix-patches@gnu.org; Sat, 01 Feb 2020 20:04:50 -0500 Received: from sax.terramar.selidor.net (unknown [IPv6:2600:3c03:e001:114e:6024:f899:638c:ec80]) by lev.selidor.net (Postfix) with ESMTP id 9F559CB76; Sun, 2 Feb 2020 01:04:48 +0000 (UTC) Received: by sax.terramar.selidor.net (Postfix, from userid 1000) id DED7C9A3744; Sat, 1 Feb 2020 20:04:45 -0500 (EST) Date: Sat, 1 Feb 2020 20:04:45 -0500 From: Ivan Vilata i Balaguer Message-ID: <20200202010445.GI2935097@sax.terramar.selidor.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Swj79WlilW4BQYVz" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c03:e001:1100::1 X-Spam-Score: 0.2 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) --Swj79WlilW4BQYVz Content-Type: multipart/mixed; boundary="GvuyDaC2GNSBQusT" Content-Disposition: inline --GvuyDaC2GNSBQusT Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! This adds a package definition for the very useful and health-conscious (if you type a lot) [Xwrits][1] program. The definition is the result from some newbie hacking in Guix Days 2020.=A0`:)` [1]: http://www.lcdf.org/~eddietwo/xwrits/ --=20 Ivan Vilata i Balaguer -- https://elvil.net/ --GvuyDaC2GNSBQusT Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: attachment; filename="0001-gnu-Add-xwrits.patch" Content-Transfer-Encoding: quoted-printable =46rom c4ca25190858e790e0a29c8b17bef05273990cf7 Mon Sep 17 00:00:00 2001 =46rom: Ivan Vilata-i-Balaguer Date: Sat, 1 Feb 2020 19:46:44 -0500 Subject: [PATCH] gnu: Add xwrits. * gnu/packages/xdisorg.scm (xwrits): New variable. --- gnu/packages/xdisorg.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index ecefab1dbb..12f2cb2466 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -30,6 +30,7 @@ ;;; Copyright =A9 2019 Josh Holland ;;; Copyright =A9 2019 Tanguy Le Carrour ;;; Copyright =A9 2020 Guillaume Le Vaillant +;;; Copyright =A9 2020 Ivan Vilata i Balaguer ;;; ;;; This file is part of GNU Guix. ;;; @@ -2005,3 +2006,37 @@ The cutbuffer and clipboard selection are always syn= chronized.") can optionally use some appearance settings from XSettings, tint2 and GTK.= ") (home-page "https://jgmenu.github.io/") (license license:gpl2))) + +(define-public xwrits + (package + (name "xwrits") + (version "2.26") + (source + (origin + (method url-fetch) + (uri (string-append "https://www.lcdf.org/~eddietwo/xwrits/" + "xwrits-" version ".tar.gz")) + (sha256 + (base32 "1n7y0fqpcvmzznvbsn14hzy5ddaa3lilm8aw6ckscqndnh4lijma")))) + (build-system gnu-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'install 'install-docs + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (doc (string-append out "/share/doc/xwrits"))) + (install-file "GESTURES" doc) + (install-file "README" doc) + #t)))))) + (inputs + `(("libx11" ,libx11))) + (home-page "https://www.lcdf.org/~eddietwo/xwrits/") + (synopsis "Reminds you to take wrist breaks") + (description "Xwrits reminds you to take wrist breaks for prevention or +management of repetitive stress injuries. When you should take a break, it +pops up an X window, the warning window. You click on the warning window, +then take a break. The window changes appearance while you take the break. +It changes again when your break is over. Then you just resume typing. +Xwrits hides itself until you should take another break.") + (license license:gpl2))) --=20 2.24.1 --GvuyDaC2GNSBQusT-- --Swj79WlilW4BQYVz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEHpvwBPZcchIQr6TuPezBBfXdI4IFAl42ICgACgkQPezBBfXd I4K7tRAAgO1ZYH46ivmR5MYY7A2BTiTRbq41UspmDu4/FFOE6XViLD8dnMTo3VOh i48C388Ud/0PPozJGtKDDEmCW/IfTZt58wzDHenMActUR7HDsPvYtN+Tgml7BKW+ Uhc/KuZPLXxhsUSYFp21QSqfF9bZUEhJOYPvugO/zpTnw8ofRwSJryAX4zZBjaSj iM5/RZX8WmO9HZA63zFVjDq162AYGcXIKw2PZravnQdq+CSJNiD7qh0x5ky6J8eA mYEJvWbjLM3od5MpG0WLj8LGtgzfbI3m58rG3IExuPoE+Bmm3t+KGI/eQruN23ic SoAkctJ9Da9cRHLZfI4XEpvLngKYDfZPlUxpb/iDN9zrJLpU1HP3jQCR0bN028zt OtxQaQ+6edPHEiScTiaNOE98VCwJdq+znbVQwxyzdR3L/HgQgzVyNlmPtASnugv6 VbQnYMEArpNFiEjDQqjsLBTtgUVVu4komJq53CYF/FqYVdJVFFUSYncglLfXlPpl NJOFt/IgBdMKETTmyHmIxqcvExqPqGT0Kl8BxrFOoFBesFDDkqzHQ7qkkeDanlud bpqg5uF51YfHIJd2Pzn2+bcT6a8ubRePiIM/dpHYl5KH5x/298w8hkseLpiPsbX+ r8FVx90BtSUkR46Qh2zkLYqIgHbkPXDp8HRVc2KdhplX4aoZ67Q= =MXaI -----END PGP SIGNATURE----- --Swj79WlilW4BQYVz-- From unknown Fri Aug 15 20:26:17 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ivan Vilata i Balaguer Subject: bug#39386: closed (Re: [bug#39386] [PATCH] gnu: Add xwrits.) Message-ID: References: <87v9opb072.fsf@nicolasgoaziou.fr> <20200202010445.GI2935097@sax.terramar.selidor.net> X-Gnu-PR-Message: they-closed 39386 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 39386@debbugs.gnu.org Date: Sun, 02 Feb 2020 13:15:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1580649302-3108-1" This is a multi-part message in MIME format... ------------=_1580649302-3108-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #39386: [PATCH] gnu: Add xwrits. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 39386@debbugs.gnu.org. --=20 39386: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D39386 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1580649302-3108-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 39386-done) by debbugs.gnu.org; 2 Feb 2020 13:14:53 +0000 Received: from localhost ([127.0.0.1]:39587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iyF5R-0000ne-Gi for submit@debbugs.gnu.org; Sun, 02 Feb 2020 08:14:53 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:40555) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iyF5Q-0000nW-Dh for 39386-done@debbugs.gnu.org; Sun, 02 Feb 2020 08:14:52 -0500 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay12.mail.gandi.net (Postfix) with ESMTPSA id B3F0F200002; Sun, 2 Feb 2020 13:14:50 +0000 (UTC) From: Nicolas Goaziou To: Ivan Vilata i Balaguer Subject: Re: [bug#39386] [PATCH] gnu: Add xwrits. References: <20200202010445.GI2935097@sax.terramar.selidor.net> Date: Sun, 02 Feb 2020 14:14:41 +0100 In-Reply-To: <20200202010445.GI2935097@sax.terramar.selidor.net> (Ivan Vilata i. Balaguer's message of "Sat, 1 Feb 2020 20:04:45 -0500") Message-ID: <87v9opb072.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39386-done Cc: 39386-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Ivan Vilata i Balaguer writes: > Hi! This adds a package definition for the very useful and health-consci= ous > (if you type a lot) [Xwrits][1] program. The definition is the result fr= om > some newbie hacking in Guix Days 2020.=C2=A0`:)` > > [1]: http://www.lcdf.org/~eddietwo/xwrits/ I added libxinerama input and applied your patch. Thank you. Regards, --=20 Nicolas Goaziou ------------=_1580649302-3108-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Feb 2020 01:05:02 +0000 Received: from localhost ([127.0.0.1]:39456 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iy3h1-000640-UR for submit@debbugs.gnu.org; Sat, 01 Feb 2020 20:05:02 -0500 Received: from lists.gnu.org ([209.51.188.17]:45275) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iy3h0-00063s-9N for submit@debbugs.gnu.org; Sat, 01 Feb 2020 20:04:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45639) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iy3gy-0003eK-Nv for guix-patches@gnu.org; Sat, 01 Feb 2020 20:04:53 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iy3gw-00023o-Vx for guix-patches@gnu.org; Sat, 01 Feb 2020 20:04:52 -0500 Received: from lev.selidor.net ([2600:3c03:e001:1100::1]:45782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iy3gw-00020h-Q3 for guix-patches@gnu.org; Sat, 01 Feb 2020 20:04:50 -0500 Received: from sax.terramar.selidor.net (unknown [IPv6:2600:3c03:e001:114e:6024:f899:638c:ec80]) by lev.selidor.net (Postfix) with ESMTP id 9F559CB76; Sun, 2 Feb 2020 01:04:48 +0000 (UTC) Received: by sax.terramar.selidor.net (Postfix, from userid 1000) id DED7C9A3744; Sat, 1 Feb 2020 20:04:45 -0500 (EST) Date: Sat, 1 Feb 2020 20:04:45 -0500 From: Ivan Vilata i Balaguer To: guix-patches@gnu.org Subject: [PATCH] gnu: Add xwrits. Message-ID: <20200202010445.GI2935097@sax.terramar.selidor.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Swj79WlilW4BQYVz" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c03:e001:1100::1 X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) --Swj79WlilW4BQYVz Content-Type: multipart/mixed; boundary="GvuyDaC2GNSBQusT" Content-Disposition: inline --GvuyDaC2GNSBQusT Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! This adds a package definition for the very useful and health-conscious (if you type a lot) [Xwrits][1] program. The definition is the result from some newbie hacking in Guix Days 2020.=A0`:)` [1]: http://www.lcdf.org/~eddietwo/xwrits/ --=20 Ivan Vilata i Balaguer -- https://elvil.net/ --GvuyDaC2GNSBQusT Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: attachment; filename="0001-gnu-Add-xwrits.patch" Content-Transfer-Encoding: quoted-printable =46rom c4ca25190858e790e0a29c8b17bef05273990cf7 Mon Sep 17 00:00:00 2001 =46rom: Ivan Vilata-i-Balaguer Date: Sat, 1 Feb 2020 19:46:44 -0500 Subject: [PATCH] gnu: Add xwrits. * gnu/packages/xdisorg.scm (xwrits): New variable. --- gnu/packages/xdisorg.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index ecefab1dbb..12f2cb2466 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -30,6 +30,7 @@ ;;; Copyright =A9 2019 Josh Holland ;;; Copyright =A9 2019 Tanguy Le Carrour ;;; Copyright =A9 2020 Guillaume Le Vaillant +;;; Copyright =A9 2020 Ivan Vilata i Balaguer ;;; ;;; This file is part of GNU Guix. ;;; @@ -2005,3 +2006,37 @@ The cutbuffer and clipboard selection are always syn= chronized.") can optionally use some appearance settings from XSettings, tint2 and GTK.= ") (home-page "https://jgmenu.github.io/") (license license:gpl2))) + +(define-public xwrits + (package + (name "xwrits") + (version "2.26") + (source + (origin + (method url-fetch) + (uri (string-append "https://www.lcdf.org/~eddietwo/xwrits/" + "xwrits-" version ".tar.gz")) + (sha256 + (base32 "1n7y0fqpcvmzznvbsn14hzy5ddaa3lilm8aw6ckscqndnh4lijma")))) + (build-system gnu-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'install 'install-docs + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (doc (string-append out "/share/doc/xwrits"))) + (install-file "GESTURES" doc) + (install-file "README" doc) + #t)))))) + (inputs + `(("libx11" ,libx11))) + (home-page "https://www.lcdf.org/~eddietwo/xwrits/") + (synopsis "Reminds you to take wrist breaks") + (description "Xwrits reminds you to take wrist breaks for prevention or +management of repetitive stress injuries. When you should take a break, it +pops up an X window, the warning window. You click on the warning window, +then take a break. The window changes appearance while you take the break. +It changes again when your break is over. Then you just resume typing. +Xwrits hides itself until you should take another break.") + (license license:gpl2))) --=20 2.24.1 --GvuyDaC2GNSBQusT-- --Swj79WlilW4BQYVz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEHpvwBPZcchIQr6TuPezBBfXdI4IFAl42ICgACgkQPezBBfXd I4K7tRAAgO1ZYH46ivmR5MYY7A2BTiTRbq41UspmDu4/FFOE6XViLD8dnMTo3VOh i48C388Ud/0PPozJGtKDDEmCW/IfTZt58wzDHenMActUR7HDsPvYtN+Tgml7BKW+ Uhc/KuZPLXxhsUSYFp21QSqfF9bZUEhJOYPvugO/zpTnw8ofRwSJryAX4zZBjaSj iM5/RZX8WmO9HZA63zFVjDq162AYGcXIKw2PZravnQdq+CSJNiD7qh0x5ky6J8eA mYEJvWbjLM3od5MpG0WLj8LGtgzfbI3m58rG3IExuPoE+Bmm3t+KGI/eQruN23ic SoAkctJ9Da9cRHLZfI4XEpvLngKYDfZPlUxpb/iDN9zrJLpU1HP3jQCR0bN028zt OtxQaQ+6edPHEiScTiaNOE98VCwJdq+znbVQwxyzdR3L/HgQgzVyNlmPtASnugv6 VbQnYMEArpNFiEjDQqjsLBTtgUVVu4komJq53CYF/FqYVdJVFFUSYncglLfXlPpl NJOFt/IgBdMKETTmyHmIxqcvExqPqGT0Kl8BxrFOoFBesFDDkqzHQ7qkkeDanlud bpqg5uF51YfHIJd2Pzn2+bcT6a8ubRePiIM/dpHYl5KH5x/298w8hkseLpiPsbX+ r8FVx90BtSUkR46Qh2zkLYqIgHbkPXDp8HRVc2KdhplX4aoZ67Q= =MXaI -----END PGP SIGNATURE----- --Swj79WlilW4BQYVz-- ------------=_1580649302-3108-1-- From unknown Fri Aug 15 20:26:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39386] [PATCH] gnu: Add xwrits. Resent-From: Ivan Vilata i Balaguer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 06 Feb 2020 09:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39386 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: 39386-done@debbugs.gnu.org, Ivan Vilata i Balaguer Received: via spool by 39386-done@debbugs.gnu.org id=D39386.15809810911683 (code D ref 39386); Thu, 06 Feb 2020 09:25:02 +0000 Received: (at 39386-done) by debbugs.gnu.org; 6 Feb 2020 09:24:51 +0000 Received: from localhost ([127.0.0.1]:47070 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1izdP0-0000R5-Lj for submit@debbugs.gnu.org; Thu, 06 Feb 2020 04:24:50 -0500 Received: from lev.selidor.net ([66.246.138.156]:39337) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1izdOz-0000Qx-JN for 39386-done@debbugs.gnu.org; Thu, 06 Feb 2020 04:24:49 -0500 Received: from sax.terramar.selidor.net (unknown [IPv6:2600:3c03:e001:114e:f161:50e0:b800:e659]) by lev.selidor.net (Postfix) with ESMTP id D642CC89C; Thu, 6 Feb 2020 09:24:48 +0000 (UTC) Received: by sax.terramar.selidor.net (Postfix, from userid 1000) id E5C339A6004; Thu, 6 Feb 2020 04:24:45 -0500 (EST) Date: Thu, 6 Feb 2020 10:24:45 +0100 From: Ivan Vilata i Balaguer Message-ID: <20200206092445.GO2935097@sax.terramar.selidor.net> References: <20200202010445.GI2935097@sax.terramar.selidor.net> <87v9opb072.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87v9opb072.fsf@nicolasgoaziou.fr> X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Nicolas Goaziou (2020-02-02 14:14:41 +0100) wrote: > Ivan Vilata i Balaguer writes: > > > Hi! This adds a package definition for the very useful and health-conscious > > (if you type a lot) [Xwrits][1] program. The definition is the result from > > some newbie hacking in Guix Days 2020. `:)` > > > > [1]: http://www.lcdf.org/~eddietwo/xwrits/ > > I added libxinerama input and applied your patch. Thank you. Umm, I never noticed it had Xinerama support… I like how windows stay consistent between desktops now. `:)` Thanks! -- Ivan Vilata i Balaguer -- https://elvil.net/