Re: [dev] [dwm] Rotate the list of clients

2011-09-06 Thread Pascal Wittmann
On 09/06/2011 03:11 PM, Pascal Wittmann wrote: > On 09/06/2011 02:57 PM, Bastien Dejean wrote: >> Hi, >> >> Is there any patch to rotate the list of clients? >> E.g. 0 becomes 1, 1 becomes 2, ..., n - 1 becomes 0. >> (Same principle in the opposite direction.) >> >> Sayonara, > > Try this: > > ht

Re: [dev] [dwm] Rotate the list of clients

2011-09-06 Thread Pascal Wittmann
On 09/06/2011 02:57 PM, Bastien Dejean wrote: > Hi, > > Is there any patch to rotate the list of clients? > E.g. 0 becomes 1, 1 becomes 2, ..., n - 1 becomes 0. > (Same principle in the opposite direction.) > > Sayonara, Try this: http://dwm.suckless.org/patches/movestack signature.asc Descr

[dev] [dwm] Rotate the list of clients

2011-09-06 Thread Bastien Dejean
Hi, Is there any patch to rotate the list of clients? E.g. 0 becomes 1, 1 becomes 2, ..., n - 1 becomes 0. (Same principle in the opposite direction.) Sayonara, -- Bastien