On 5/24/25 2:37 AM, 'George R Goffe' via Window Maker Users wrote:
> Howdy,
>
> I'm still having trouble with fonts and Window Maker.
>
> I changed the fonts in the WM config tool as suggested by respondents to an earlier post on this topic and at first that worked but now has apparently stopped working. Additionally, the config tool changes the content that's displayed, leaving all the other fonts like "window decorations" REALLY small.
Can you post another screenshot with the issues?
FWIW most of the issues you've mentioned in previous emails seem to be
with toolkits like Qt, Gtk, etc, not Window Maker itself - the visual
configuration tool will let you configure the fonts for the menus,
titlebars, etc in Window Maker but it doesn't affect other programs.
You'd have the same issues with other window managers (full blown
desktop environments like KDE do have tools that configure multiple
things at once though).
You can edit the appropriate configuration files for Qt and Gtk though
there are also specific visual tools. For Qt you may want to use
something like qt5ct or qt6ct (i'm not sure if qt6ct also updates qt5ct
files) to edit/create configuration files. Gtk also has something
similar though i can't think of the name now. But in general you'd need
to edit/create the configuration files for the GUI toolkits your
applications use (note that different major versions of a toolkit may
use different files, e.g. Gtk2 and Gtk3 need to be configured
separately) to use the fonts you want.
Kostas