You are not logged in.
I've set xsetroot in ~/.xinitrc for cursor. Cursor works properly on firefox, in text editor, and few other things. But for desktop, xmobar, pidgin's tab bar, and most other area cursor is a black "X". Is there any solution for it?
Last edited by White girl (2013-04-09 19:05:23)
Offline
Is it possible to set it after Xmonad has been started?
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Is it possible to set it after Xmonad has been started?
It doesn't change anything. (I placed xsetroot command after "exec xmonad" line)
Offline
No, It should be before the exec xmonad line.
Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
No, It should be before the exec xmonad line.
It used to be before the exec xmonad, had the same problem.
Offline
Post your xinitrc and try lxappearance to change cursor theme. I haven't used xmonad since a year; forgot most of the tips/tricks.
Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
Post your xinitrc and try lxappearance to change cursor theme. I haven't used xmonad since a year; forgot most of the tips/tricks.
Isn't lxappearance for lxde?
Offline
It is bundled with lxde but works with most of the wm's.
And there is the problem. You have
xsetroot Vanilla-DMZ left_ptrin your .xinitrc. But it should be
xsetroot -cursor_name left_ptrReplace "left_ptr" with your cursor theme/name.
Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
Besides, merge your .Xresources and .Xdefaults: both serve the same purpose, and probably one overwrites the other. You can set your cursor's theme there, like this:
Xcursor.theme: Neutral++
Xcursor.size: 32:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
It is bundled with lxde but works with most of the wm's.
And there is the problem. You havexsetroot Vanilla-DMZ left_ptrin your .xinitrc. But it should be
xsetroot -cursor_name left_ptrReplace "left_ptr" with your cursor theme/name.
Now it's like xsetroot -cursor-name Vanilla-DMZ. It doesn't change anything. Tried DMZ, doesn't do a thing.
Besides, merge your .Xresources and .Xdefaults: both serve the same purpose, and probably one overwrites the other. You can set your cursor's theme there, like this:
Xcursor.theme: Neutral++ Xcursor.size: 32
Xcursor.theme: Vanilla-DMZ is already in ~/.Xdefaults. Should I put it in ~/.Xresources too?
Offline
Xcursor.theme: Vanilla-DMZ is already in ~/.Xdefaults. Should I put it in ~/.Xresources too?
You should keep only one of the two. Preferably .Xresources. So, move all the contents of .Xdefaults to .Xresources and delete any duplicate content.
Offline
White girl wrote:Xcursor.theme: Vanilla-DMZ is already in ~/.Xdefaults. Should I put it in ~/.Xresources too?
You should keep only one of the two. Preferably .Xresources. So, move all the contents of .Xdefaults to .Xresources and delete any duplicate content.
I added that line to ~/.Xresources. Cursor issue still stands. Maybe it shouldn't be Vanilla-DMZ, but something else? The folder for cursor in /usr/share/icon is Vanilla-DMZ, but in index.html it's called DMZ.
Offline
Try this temporarily:
xsetroot -cursor_name left_ptr &Offline
Try this temporarily:
xsetroot -cursor_name left_ptr &
It works when I add that line in ~/.xinitrc! Thanks.
Last edited by White girl (2013-04-09 19:04:42)
Offline