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.
Received on Tue Mar 13 2007 - 16:11:45 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:23:38 UTC