|
NAMEunclutter - remove idle cursor image from screenSYNOPSISunclutter [-display|-d display] [-idle seconds] [-keystroke] [-jitter pixels] [-exec idlecommand] [-grab] [-noevents] [-reset] [-root] [-onescreen] [-not] name ...DESCRIPTIONunclutter removes the cursor image from the screen so that it does not obstruct the area you are looking at after it has not moved for a given time. It does not do this if the cursor is in the root window or a button is down. It tries to ignore jitter (small movements due to noise) if you have a mouse that twitches.OPTIONS
LIMITATIONSThe -keystroke option may not work (that is, the cursor will not disappear) with clients that request KeyRelease events. Games and Xt applications using KeyUp in their translation tables are most likely to suffer from this problem. The most feasible solution is to extend unclutter to use the XTest extension to get all keyboard and mouse events, though this of course requires XTest to be in the server too.The -keystroke option does not distinguish modifier keys from keys which actually generate characters. If desired this could be implemented in a simple way by using XLookupString to see if any characters are returned. DIAGNOSTICSThe messagesomeone created a sub-window to my sub-window! means that unclutter thinks a second unclutter is running, and tried to steal the cursor by creating a sub-window to the sub-window already used to steal the cursor. This situation quickly deteriorates into a fight no one can win, so it is detected when possible and the program gives up. AUTHORMark M Martin. cetia 7feb1994. mmm@cetia.fr Visit the GSP FreeBSD Man Page Interface. |