Quoth Carlos Torres: > On 12/27/13, Markus Teich <markus.te...@stusta.mhn.de> wrote: > > Heyho guys, > > > > I would like to hide the mouse cursor when typing. What is your approach? > > > > I don't have an approach, but google suggests 'unclutter'; its source could > use > some clean-up but since i don't use it i'll leave that up to you :) > > you might just want the idle flag or something like that.
Yep, that's what I do. This is in my .xinitrc (it's been there a long time, I don't remember what the options do any more): unclutter -idle 5 -reset -root -jitter 8 -grab &