The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

How to use KDE cursors in i3?

asked Mar 9 '14

anonymous user

Anonymous

Is there anyway for me to tell i3 to use KDE's oxygen theme for my mouse cursor?

1 answer

Sort by » oldest newest most voted
3

answered Mar 9 '14

TonyC gravatar image

You can configure your Xcursor theme in a dotfile, usually ~/.Xresources (more info).

Then after you install the cursor theme with your package manager, add a line like this:

! cursor
Xcursor.theme: FlatbedCursors.Black.Regular

And a line to your xorg startup file (like ~/.xinitrc) to source it like this:

xrdb ~/.Xresources &

And then restart your X server.

Comments

It's not quite working for me. I ran "echo 'Xcursor.theme: Oxygen\_White' | xrdb -" and my cursor stayed on the default. However, running "xrdb -query Xcursor.theme" now gives the output: "Xcursor.theme: Oxygen\_White" I have the theme installed in "/usr/share/icons/Oxygen_White".

annoyed gravatar imageannoyed (Mar 9 '14)edit

Question Tools

Stats

Asked: Mar 9 '14

Seen: 497 times

Last updated: Mar 09 '14