recently I've installed Salix Ratpoison edition on my laptop, a Lenovo Thinkpad X60.
This computer has a 12" display with a screen resolution of 1400 x 1050, about 144 dpi.
So the fonts of Ratmenu and the Bash are very tiny.

The menu bar fonts of programs like gvim could also be bigger...
I've already tried the following:
1) I created a .Xdefaults file in my home directory
Code: Select all
Xft.dpi: 144
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
2) I tried to change main.sh of ratmenu
Code: Select all
ratmenu -font \
-xos4-terminus-medium-r-normal--36-360-72-72-c-60-iso8859-1 \
ttp://imageshack.us/photo/my-images/546/201212091414031400x1050.png/
How can I get a readable font size of about 24 to 36 in the bash and in ratmenu??
