Re: [dev] [dwm] zoom() monocle

2011-06-12 Thread Christoph Schied
On Sun, Jun 12, 2011 at 07:21:35PM -0400, Kurt H Maier wrote: > This can't be achieved by alternating Mod+k and Mod+j? No. Assume you have windows 1,2,3,4,5,6 with 1 being focused. Now you need window 4, so you press mod+j/k 3 times, so in between you focus 2,3. If you need 1 again, you have to m

Re: [dev] [dwm] zoom() monocle

2011-06-12 Thread Christoph Schied
On Sun, Jun 12, 2011 at 08:22:59AM -0800, Andrew Hills wrote: > [...] but that's the only purpose of zoom in monocle mode that I can > think of. The idea is to view zoom as a method to bring a window to the front of the window-stack. That way you can use your windows in a LRU manner, which saves y

[dev] tiny dmenu patch

2010-09-03 Thread Christoph Schied
Dear suckless list, attached is a trivial 1 line patch that aligns the text in vertical mode on the left. This makes the output nicer on long prompts. Before: http://www.brechpunkt.de/paste/v9aYZ3DE.png After: http://www.brechpunkt.de/paste/QOruE5yA.png bye, Christoph diff -r 23bd778df4

Re: [dev] [dwm] number of tag limited?

2010-08-05 Thread Christoph Schied
On Thu, Aug 05, 2010 at 06:59:29PM +0200, yy wrote: > You can define as many tags as you want in your config.h file. thats actually not true: struct NumTags { char limitexceeded[LENGTH(tags) > 31 ? -1 : 1]; };

Re: [dev] Anyone have the traditional vi working on the xterm?

2010-04-16 Thread Christoph Schied
On Fri, Apr 16, 2010 at 07:49:02PM +0100, Rob wrote: > Which version do you mean by original vi? > $ pacman -Qi vi > [...] > That works fine with my xterm, maybe you've got some strange Xdefaults? archlinux applies a patch to vi to increase the maximum screen size: http://repos.archlinux.org/wsvn/

Re: [dev] Why use Mercurial?

2010-02-14 Thread Christoph Schied
On Sun, Feb 14, 2010 at 01:24:22PM +0100, Preben Randhol wrote: > What a braindamaged statement, especially as git uses perl... I thought the irony was clearly visible... Nevertheless, git's core uses C, only a few scripts are written in perl and are getting rewritten in C.

Re: [dev] Why use Mercurial?

2010-02-14 Thread Christoph Schied
Hi! On Sun, Feb 14, 2010 at 09:32:23AM +0100, markus schnalke wrote: > Speed should be the least important argument, especially if it affect > only a specific system. Speed does matter, and it affects all systems, but i think the suckless codebases are small enough that there shouldn't be an appa

Re: [dev] mcabber (IM) and dwm?

2009-07-18 Thread Christoph Schied
Hi! On Sat, Jul 18, 2009 at 09:59:20AM +0200, Preben Randhol wrote: > I'm using mcabber (http://mcabber.com/) as an IM client. I'm trying to > get it to set it upso that on new messages the tag should be > highlighted. You will need to use a terminal which can set the X11 urgency hint when a bel