[ale] Cursors under X

Todd Graham Lewis tlewis at mindspring.net
Thu Jul 10 17:06:09 EDT 1997


Here's a little shell script which allows you to cycle through all the
cursors, allowing you to pick the one you like:

#!/bin/sh

grep XC /usrX11R6/include/X11/cursorfont.h | \
awk 'sub("XC_",""){print $2}' | \
while read cursor
do;
	xsetroot -cursor_name $cursor
	echo $cursor
	read j
done
xsetroot -cursorname arror
# EOF

-- 
Todd Graham Lewis       Manager of Web Engineering    MindSpring Enterprises
(800) 719-4664, x2804             Linux!               tlewis at mindspring.net






More information about the Ale mailing list