Path to this page:
Subject: CVS commit: pkgsrc/wm/dwm
From: Leonardo Taccari
Date: 2015-11-11 17:12:10
Message id: 20151111161210.81FA698@cvs.netbsd.org
Log Message:
Update wm/dwm to 6.1.
Changes:
Features:
- Now uses Xft for font rendering by default with fallback-font
support, this also allows anti-aliased fonts and such.
The font string matching will be different, check out
http://www.freedesktop.org/software/fontconfig/fontconfig-user.html
for the font string syntax, huge thanks to Eric Pruitt and the other
people who worked on the dwm-xft patch (previously on the wiki).
- Uses a shared libdraw codebase (also used for dmenu right now).
- _NET_ACTIVE_WINDOW improvements (Andreas Amanns).
- _NET_CLIENT_LIST support (Andreas Amanns).
- Spawn dmenu on the selected monitor in dwm (dmenu -m option).
- Use st as default terminal from now on (used to be xterm).
Notable fixes:
- Barwin memory leak fix (Eckehard Berns).
- Drw_text width check fix (Jochen).
- Setfullscreen: don't process the property twice (Quentin Rameau,
Markus Teich).
- Smoother resizing of floating windows (capped at 60fps), (Hiltjo).
- Unfocus on slow sloppy monitor focus (Connor Lane Smith).
Build improvements:
- config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override
(ports and *BSDs).
Files: