You are not logged in.

#1 2008-11-07 07:00:27

jaideep_jdof
Member
From: Delhi, India
Registered: 2006-06-05
Posts: 311

xmonad xcursor

xmonad is showing  a 'x' by default instead of a pointer, I have set the default cursor in Xdefault but its not working, its working for some apps but not for all.

Offline

#2 2008-11-07 07:12:18

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: xmonad xcursor

Add the following to .xinitrc:

xsetroot -cursor_name left_ptr

Offline

#3 2008-11-07 10:11:23

jaideep_jdof
Member
From: Delhi, India
Registered: 2006-06-05
Posts: 311

Re: xmonad xcursor

I added xsetroot -cursor_name Premium & to my xinitrc but it didn't work.

Offline

#4 2008-11-07 10:21:42

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: xmonad xcursor

Add exactly what I wrote above to .xinitrc.

Then add the following to .Xdefaults:

Xcursor.theme: Premium

Offline

#5 2008-11-07 11:30:17

jaideep_jdof
Member
From: Delhi, India
Registered: 2006-06-05
Posts: 311

Re: xmonad xcursor

Following is the output of my xinitrc:

xsetroot -cursor_name Premium &
nitrogen --restore &
wicd-client &
parcellite &
volwheel &
blueman &
alunn &
conky &
exec awesome

and Xdefault:

Xcursor.theme: Premium

Sorry i am giving awesome a try smile

Offline

#6 2008-11-07 13:28:12

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: xmonad xcursor

jaideep_jdof wrote:

Following is the output of my xinitrc:

xsetroot -cursor_name Premium &
nitrogen --restore &
wicd-client &
parcellite &
volwheel &
blueman &
alunn &
conky &
exec awesome

and Xdefault:

Xcursor.theme: Premium

Sorry i am giving awesome a try smile

You were already told what to do.
Change "xsetroot -cursor_name Premium &" to "xsetroot -cursor_name left_ptr"


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#7 2008-11-07 21:16:42

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: xmonad xcursor

jaideep_jdof wrote:

I added xsetroot -cursor_name Premium & to my xinitrc but it didn't work.

That's because there's no cursor named "Premium". That the theme you're using. You want left_ptr, which is the normal cursor. Currently you're getting X_cursor. "boat" is another good choice.

Offline

#8 2008-12-12 21:27:20

timetrap
Member
From: Here and There
Registered: 2008-06-05
Posts: 342
Website

Re: xmonad xcursor

Bump. Worked for me thanks!

xsetroot -cursor_name left_ptr

Offline

Board footer

Powered by FluxBB