···88 # If not running a fancy desktop environment, the cursor is likely set to
99 # the default `cursor.pcf` bitmap font. This is 17px wide, so it's very
1010 # small and almost invisible on 4K displays.
1111- fontcursormisc_hidpi = pkgs.xorg.fontcursormisc.overrideAttrs (old:
1111+ fontcursormisc_hidpi = pkgs.xorg.fontxfree86type1.overrideAttrs (old:
1212 let
1313 # The scaling constant is 230/96: the scalable `left_ptr` glyph at
1414 # about 23 points is rendered as 17px, on a 96dpi display.