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 2014-03-09 08:16:22 +0000

anonymous user

Anonymous

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

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
3

answered 2014-03-09 09:18:11 +0000

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.

edit flag offensive delete link more

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 ( 2014-03-09 17:40:50 +0000 )edit

Question Tools

Stats

Asked: 2014-03-09 08:16:22 +0000

Seen: 497 times

Last updated: Mar 09 '14