On Fri, Sep 24, 2010 at 03:15:52PM +0200, Tamas TEVESZ wrote: > > tinky:~/w/wm$ /opt/wm/bin/wdread WindowMaker WindowTitleFont > "helvetica:weight=200:pixelsize=12"
Here, it is saying the value of WindowTitleFont is '"helvetica:weight=200:pixelsize=12"'. Note the double-quotes. > tinky:~/w/wm$ /opt/wm/bin/wdwrite WindowMaker WindowTitleFont > "helvetica:weight=200:pixelsize=12" But here, you are setting WindowTitleFont to 'helvetica:weight=200:pixelsize=12'. Note that lack of double-quotes, because the shell interprets the ones you typed in the command line. This, of course, is probably what you meant: /opt/wm/bin/wdwrite WindowMaker WindowTitleFont '"helvetica:weight=200:pixelsize=12"' -- To unsubscribe, send mail to [email protected].
