Re: [dev] [st] [PATCH] Hide X cursor when typing.

2014-06-09 Thread Martin Kopta
On Mon, Jun 09, 2014 at 09:22:52AM +0200, Colona wrote: > On Mon, Jun 09, 2014 at 09:06:08AM +0200, Christoph Lohmann wrote: > > Greetings. > > > > On Mon, 09 Jun 2014 09:06:08 +0200 Colona wrote: > > > Add a new configuration variable, xcursorhide, to hide the X cursor when > > > typing > > > i

Re: [dev] [st] [PATCH] Hide X cursor when typing.

2014-06-09 Thread Sime Ramov
On Mon, 9 Jun 2014 09:15:12 +0200, Martin Kopta wrote: > Great! I am using unclutter [0] for this but I will probably use this > patch instead. Thanks! There's also xbanish: .

Re: [dev] [st] [PATCH] Hide X cursor when typing.

2014-06-09 Thread Colona
On Mon, Jun 09, 2014 at 09:06:08AM +0200, Christoph Lohmann wrote: > Greetings. > > On Mon, 09 Jun 2014 09:06:08 +0200 Colona wrote: > > Add a new configuration variable, xcursorhide, to hide the X cursor when > > typing > > in the terminal. The cursor is displayed again when the mouse is moved.

Re: [dev] [st] [PATCH] Hide X cursor when typing.

2014-06-09 Thread Martin Kopta
On Mon, Jun 09, 2014 at 03:38:24AM +0200, Colona wrote: > Add a new configuration variable, xcursorhide, to hide the X cursor when > typing > in the terminal. The cursor is displayed again when the mouse is moved. > PointerMotionMask is disabled in bmotion (through xsetpointermotion()) to > avoid

Re: [dev] [st] [PATCH] Hide X cursor when typing.

2014-06-09 Thread Christoph Lohmann
Greetings. On Mon, 09 Jun 2014 09:06:08 +0200 Colona wrote: > Add a new configuration variable, xcursorhide, to hide the X cursor when > typing > in the terminal. The cursor is displayed again when the mouse is moved. > PointerMotionMask is disabled in bmotion (through xsetpointermotion()) to >

[dev] [st] [PATCH] Hide X cursor when typing.

2014-06-08 Thread Colona
Add a new configuration variable, xcursorhide, to hide the X cursor when typing in the terminal. The cursor is displayed again when the mouse is moved. PointerMotionMask is disabled in bmotion (through xsetpointermotion()) to avoid high CPU usage when the mouse is moved all over the terminal window