Skip to content

Instantly share code, notes, and snippets.

@rameezk
Last active June 14, 2024 08:08
Show Gist options
  • Save rameezk/aa979a0a73ce26ba62320875d4f57f14 to your computer and use it in GitHub Desktop.
Save rameezk/aa979a0a73ce26ba62320875d4f57f14 to your computer and use it in GitHub Desktop.
Fixing massive cursor size in i3wm on HiDPI screens

Edit /etc/X11/Xresources/x11-common and add the following:

! Cursor
Xcursor.size: 24
Xcursor.theme: DMZ-White 

Then logout/restart

@madaiart
Copy link

This is working for Debian bookworm with i3wm
The configuration is set on ~/.xsessionrc

@flavioipiranga
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment