BOLDFONT
Description
This patch makes dwm use a different font (specified as boldfont in
config.h) for occupied tags, and titles of floating windows.
It also removes the squares that now mark occupied tags and floating windows.
Configuration
static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
static const char boldfont[] = "-*-terminus-bold-r-normal-*-14-*-*-*-*-*-*-*";
Download
Author
- Luka Novsak <lukanovsak@gmail.com>