Monday, March 12, 2012

Change the X mouse pointer to an arrow

In my Debian installation, the mouse pointer is an arrow. In the second X server I use on Ubuntu however, the mouse pointer is the default x shape which I don't like. Fortunately, adding this one line to .stumpwmrc can fix this.
(run-shell-command "xsetroot -cursor_name left_ptr")

No comments:

Post a Comment

Better Console Font (in Arch)

In order to use Terminus as my console (tty) font, I simply installed the package terminus-font with pacman (includes both console and X11 ...