How do I disable cursor shadow?
Is it possible to disable the cursor shadow in Ubuntu 13.10? The shadow is ruining my cursor theme's glow effect.
11 Answer
You may want to try this way.
Open your terminal and run this command:
echo "Xcursor.core: 1" >> ~/.XresourcesThen log out and back in.
If you want your cursor shadow back, you need to remove the file and restart the Xserver.
1