Re: [dev] [dwm] How to place window automatically?

From: Eric Pruitt <eric.pruitt_AT_gmail.com>
Date: Sun, 16 Dec 2012 15:59:21 -0600

Hello Hugues,

On Sun, Dec 16, 2012 at 08:43:34PM +0100, Hugues Moretto-Viry wrote:
> I tried this with the urxvt -geometry 80x23+200+0 but it doesn't work. I'm

The attached patch allow you to call functions as part of the Rules
array in config.h. You could make a function to position the window
where you would like and add that as a callback, something like this:

    static Rule rules[] = {
      /* class instance title tags floating monitor callback */
      { "urxvt", "urxvt", NULL, TAG(1), True, -1, move_urxvt },
    };

Eric

Received on Sun Dec 16 2012 - 22:59:21 CET

This archive was generated by hypermail 2.3.0 : Sun Dec 16 2012 - 23:00:05 CET