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

2012-12-17 Thread Hugues Moretto-Viry
When Eric posted his patch, I remembered I can create a custom rule
which doesn't center window (with the patch I posted above).
Then, I did exactly what Martti said, and it's fine

Thank you guys.
Take care
Ypnose


[dev] Static Moonbuggy

2012-12-17 Thread Trans
I discovered stali today. I like the idea and have often wondered myself
why static linking was so frond upon. I'd like to see this operating system
get off the ground.

To that end I was wondering if you have ever considered taking an existing
source-based distribution, such as LunarLinux, and modifying it to compile
everything statically? Given the way LunarLinux works, it seems like it
shouldn't be too difficult.

Just a thought.

http://www.lunar-linux.org/

Trans


Re: [dev] Static Moonbuggy

2012-12-17 Thread Jens Nyberg
2012/12/17 Trans transf...@gmail.com:
 I discovered stali today. I like the idea and have often wondered myself why
 static linking was so frond upon. I'd like to see this operating system get
 off the ground.

 To that end I was wondering if you have ever considered taking an existing
 source-based distribution, such as LunarLinux, and modifying it to compile
 everything statically? Given the way LunarLinux works, it seems like it
 shouldn't be too difficult.

 Just a thought.

 http://www.lunar-linux.org/

 Trans


This is already being done. Without further presentation:

http://www.starchlinux.org/



Re: [dev] Static Moonbuggy

2012-12-17 Thread Trans
 http://www.starchlinux.org/

Sweet!!!

At the bottom it says Many ports must yet be tweaked, as they were written
for and tested on an Arch system. Are there are any guides on how to help
do this?


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

2012-12-17 Thread Bogdan Ionuț
On Mon, Dec 17, 2012 at 1:30 AM, Martti Kühne mysat...@gmail.com wrote:
 On Sun, Dec 16, 2012 at 8:43 PM, Hugues Moretto-Viry
 hugues.more...@gmail.com wrote:
 2012/12/16 Christoph Lohmann 2...@r-36.net

 If  you  have  the  control over the size of the first window, then just
 calculate the fixed position of the second one and run it there.


 Sincerely,

 Christoph Lohmann


 I tried this with the urxvt -geometry 80x23+200+0 but it doesn't work. I'm
 using a patch which center floating windows. I think it inhibits urxvt
 window management.
 I'm a bit stuck...

 Personally I set up a little script in my home directory which starts
 a second instance of st with a different window title, for which I
 match in the title column in dwm's config.h.

 Further down the road to what may actually help you, since your
 center-floating patch may keep interfering you could improve it or
 consider devilspie.

 cheers!
 mar77i

Sincer I'm the author of the center-floating, I can only suggest using
a rule in your config to disable this feature for any particular app.