u/a1barbarian

wmbday update for 2026.

A while back I posted about wmbday a dock app I managed to raise from the dead back in 2017.

https://www.reddit.com/r/windowmaker/comments/1lp13j9/wmbday_dock_app/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

I have given it a major update for 2026. Details can be found over at Scots,

https://forums.scotsnewsletter.com/index.php?/topic/56171-window-maker/page/14/#findComment-493338

There are possibly some useful tips there aswell,

https://forums.scotsnewsletter.com/index.php?/topic/56171-window-maker/

Enjoy. :-)

u/a1barbarian — 4 days ago
▲ 72 r/windowmaker+3 crossposts

[Window Maker] enlarge Title Bar font easily.

If you find a theme that you like and the font is hard to read in the title bars.Or you think it is aesthetically not quite right for a bigger screen.

This is an easy way to make the text appear larger.

Make a copy of the theme and rename it. In my case,

eg: Intrigue to Intrigue1

Open up the STYLE file in Intrigue1 and look for something like this,

>ClipTitleFont = "-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*";

> WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";

> MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";

> MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";

Change the " 12 " to a " 18 " or whatever suits and save.

>ClipTitleFont = "-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*";

> WindowTitleFont = "-*-helvetica-bold-r-normal-*-18-*-*-*-*-*-*-*";

> MenuTitleFont = "-*-helvetica-bold-r-normal-*-18-*-*-*-*-*-*-*";

> MenuTextFont = "-*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*";

Simple ain't it.

You can of course do the same thing through WPrefs.

Enjoy :-)

u/a1barbarian — 5 days ago