Re: [dev] Announcing sinit - the suckless init

2014-02-14 Thread Sylvain BERTRAND
Hi, Just to let you know, I have a little initramfs project. The init process is hardcoded directly on the linux syscalls. In the near futur, I hope to add the support to mount the root filesystem by label and by uuid. cheers, -- Sylvain

Re: [dev] swc: A small Wayland compositor

2014-02-14 Thread Sylvain BERTRAND
Hi, just to let you know, I started a minimal wayland compositor: http://code.google.com/p/ulinux-wayland Again, it is hardcoded directly on linux syscall, except the display and input hotplug which uses libudev. It is stalled since I work on my refactoring of the linux southern islands radeon

[dev] [dwm] [PATCH] Tags grid and xxkb-like behaviour

2014-02-14 Thread Yury Shvedov
Hi, I'm newbie in dwm, so I felt the luck of desktops grid like in other Window Managers like XFCE or OpenBox. And I couldn't find any solution for multiple rows of tags, so I decided to make it by myself. In addition I got assumed to xxkb's functionality, but it have some problems with

Re: [dev] [dwm] [PATCH] Tags grid and xxkb-like behaviour

2014-02-14 Thread Carlos Torres
Thanks for you patches, you can push them on to the wiki too.. just clone git://git.suckless.org/sites and somewhere in there is a dwm wiki, you can add your patches and documentation for them there. --Carlos On 2/14/14, Yury Shvedov sh...@lvk.cs.msu.su wrote: Hi, I'm newbie in dwm, so I

Re: [dev] [dwm] [PATCH] Tags grid and xxkb-like behaviour

2014-02-14 Thread Yury Shvedov
But I thought they must pass some kind of verification don't they? On 02/14/2014 09:16 PM, Carlos Torres wrote: Thanks for you patches, you can push them on to the wiki too.. just clone git://git.suckless.org/sites and somewhere in there is a dwm wiki, you can add your patches and

Re: [dev] [dwm] [PATCH] Tags grid and xxkb-like behaviour

2014-02-14 Thread Carlos Torres
Hello Yury, On 2/14/14, Yury Shvedov sh...@lvk.cs.msu.su wrote: But I thought they must pass some kind of verification don't they? putting them on the wiki doesn't mean they get mainlined. Its another way of sharing your ideas. If you think they're useful, patches can be submitted to the

Re: [dev] Announcing sinit - the suckless init

2014-02-14 Thread Thorsten Glaser
Sylvain BERTRAND dixit: Just to let you know, I have a little initramfs project. The init process is hardcoded directly on the linux syscalls. On Linux, syscall numbers, argument number, order and size, etc. differ by architecture. bye, //mirabilos -- Natureshadow Ach, mach doch was du willst,

Re: [dev] Announcing sinit - the suckless init

2014-02-14 Thread Sylvain BERTRAND
On Fri, Feb 14, 2014 at 08:22:45PM +, Thorsten Glaser wrote: Sylvain BERTRAND dixit: Just to let you know, I have a little initramfs project. The init process is hardcoded directly on the linux syscalls. On Linux, syscall numbers, argument number, order and size, etc. differ by