108 | | == Tipp == |
109 | | |
110 | | Lately, on modern screens, the default GUI fonts of root (10 and 12) are exceptionally small. They can be changed by adding the following lines to your `.rootrc`. As root is always using the one in your home directory additonally, it is advisable to add these lines to your global `.rootrc`. |
111 | | |
112 | | {{{ |
113 | | Gui.DefaultFont: -*-helvetica-*-r-*-*-18-*-*-*-*-*-iso8859-1 |
114 | | Gui.MenuFont: -*-helvetica-*-r-*-*-18-*-*-*-*-*-iso8859-1 |
115 | | Gui.MenuHiFont: -*-helvetica-bold-r-*-*-18-*-*-*-*-*-iso8859-1 |
116 | | Gui.DocFixedFont: -*-courier-*-r-*-*-18-*-*-*-*-*-iso8859-1 |
117 | | Gui.DocPropFont: -*-helvetica-*-r-*-*-18-*-*-*-*-*-iso8859-1 |
118 | | Gui.IconFont: -*-helvetica-*-r-*-*-16-*-*-*-*-*-iso8859-1 |
119 | | Gui.StatusFont: -*-helvetica-*-r-*-*-16-*-*-*-*-*-iso8859-1 |
120 | | }}} |
121 | | |
122 | | |
123 | | |