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