Topic: Computers Hide and seek

(link)

4:18pm, Monday 13 September 2004

How to hide your X cursor. (There was a real reason for finding this out!)

Create a file "empty.xbm":

#define empty_width 1
#define empty_height 1
#define empty_x_hot 0
#define empty_y_hot 0
static char empty_bits[] = {
 0x00, };
then hide the cursor with xsetroot -cursor empty.xbm empty.xbm

back to main

<-
 Topic:    
->

Powered by Personal Weblog.

February 2018
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28      
Jan   Mar

[RSS]

 


 


Dave Holland <dave@biff.org.uk>
$Id: index.php,v 1.75 2010-07-09 22:15:04 dave Exp $