Re: [dev] wmii falling out of favor

From: Patrick Haller <201009-suckless_AT_haller.ws>
Date: Mon, 2 Jan 2012 15:02:21 +0800

On 2012-01-01 21:13, Suraj N. Kurapati wrote:
> So I considered the trade-offs between SLOC minimalism, project and
> community activity, and my productivity in DWM vs. WMII and finally
> decided to switch back to WMII (which I used since six years prior).

How often do people re-evaluate their toolsets?

With my shell, I can examine shell history and do stuff like:
        cd() {
                dir="$1"
                test -f $1 && dir=`dirname $1`
                builtin cd "$dir" && ls | sed 10q | fmt -w $COLUMNS
        }

With X11, do we screencast a day's work and watch it in fast-forward?

Every three months I look at
        https://wiki.archlinux.org/index.php/Lightweight_Software

and occasionally find stuff (like zathura).
Received on Mon Jan 02 2012 - 08:02:21 CET

This archive was generated by hypermail 2.3.0 : Mon Jan 02 2012 - 08:12:04 CET