Difference between revisions of "Worker - An Introduction"
Views
Actions
Namespaces
Variants
Tools
→Edit the ~/.worker/config file directly
imported>Handy |
imported>Handy |
||
Line 137: | Line 137: | ||
fonts { | fonts { | ||
globalfont = "-*-verdana-bold-r-normal-*-14-*-*-*-*-*-*-*"; | |||
buttonfont = "-*-verdana-bold-r-normal-*-14-*-*-*-*-*-*-*"; | |||
leftfont = "-*-verdana-bold-r-normal-*-14-*-*-*-*-*-*-*"; | |||
rightfont = "-*-verdana-bold-r-normal-*-14-*-*-*-*-*-*-*"; | |||
textviewfont = "fixed"; | |||
} | } | ||
xftfonts { | |||
globalfont = "Sans-18"; | |||
buttonfont = "Sans-20"; | |||
leftfont = "Sans-24"; | |||
rightfont = "Sans-24"; | |||
textviewfont = "Sans-20"; | |||
} | } | ||
By looking at the above you can see that it is the xfgfonts section that is where the large 18 -> 24 size fonts are, | By looking at the above you can see that it is the '''xfgfonts''' section that is where the large 18 -> 24 size fonts are, so you just make all those numbers suitably smaller & change nothing else, then you can use the Worker Configuration GUI to fine tune your imported settings to suit the new machine. | ||
When I import the setting to another machine, I first install Worker then I just copy my backup ~/.worker/config file into the same location on the new machine. It is the simplest most effective method as it totally replaces the original file. | |||
<br clear="all"/> | <br clear="all"/> |