On Tue, Mar 13, 2007 at 07:45:34AM -0700, Celti wrote:
> fn Key-$MODKEY^period { wmiir xwrite /ctl view `{ read_tags | sort -r
> | next_tag} }Just a comment: using 'tac' in place of 'sort -r' may be better here. sort sometimes orders (admittedly unusual) tag names in a different manner to wmii, which leads to unpredictable jumping around in the tag list rather than cycling. tac simply reverses the order which is what you want. ~Chris.
