From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] gnu: xorg: Add unclutter. Date: Mon, 25 Aug 2014 16:19:20 +0400 Message-ID: <87wq9wn4mv.fsf@gmail.com> References: <87r406o0lo.fsf@gmail.com> <20140824103959.GB12608@debian> <87egw6nit0.fsf@gmail.com> <20140825071956.GA28702@debian> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLtFI-00016U-KI for guix-devel@gnu.org; Mon, 25 Aug 2014 08:19:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLtF4-0006KM-S2 for guix-devel@gnu.org; Mon, 25 Aug 2014 08:19:36 -0400 Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:45361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLtF4-0006KI-L5 for guix-devel@gnu.org; Mon, 25 Aug 2014 08:19:22 -0400 Received: by mail-la0-f46.google.com with SMTP id b8so12879908lan.33 for ; Mon, 25 Aug 2014 05:19:21 -0700 (PDT) In-Reply-To: <20140825071956.GA28702@debian> (Andreas Enge's message of "Mon, 25 Aug 2014 09:19:56 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge (2014-08-25 11:19 +0400) wrote: > Just one last comment: > > On Sun, Aug 24, 2014 at 05:00:59PM +0400, Alex Kost wrote: >> +it creates a small sub-window as a child of the window the cursor is in. >> +The new window installs a cursor of size 1x1 but a mask of > > If I remember correctly, to obtain the two spaces after a ".", it should > not be at the end of a line. Sorry, I didn't get it. What should be changed? (I just took a first paragraph from .) Maybe reformat it like this (?): (description "Unclutter is a program which runs permanently in the background of an X11 session. It checks on the X11 pointer (cursor) position every few seconds, and when it finds it has not moved (and no buttons are pressed on the mouse, and the cursor is not in the root window) it creates a small sub-window as a child of the window the cursor is in. The new window installs a cursor of size 1x1 but a mask of all 0, i.e. an invisible cursor. This allows you to see all the text in an xterm or xedit, for example. The human factors crowd would agree it should make things less distracting.") -- Alex Kost