[dev] [dwm] [PATCH] iscentered: Center client on monitor

2014-01-23 Thread Chris Down
This is a tiny patch to add client centering support, which I am using to hack up scratchpad functionality elsewhere. Obviously this is only really useful if c->isfloating is also True. I hacked this patch into my current configuration, so it is not tested verbatim, but it should work when applie

Re: [dev] [PATCH] update years in copyright notices

2014-01-23 Thread Martti Kühne
Hmm. How about reading the last commit year from the master branch over network...? You could add a git hook for these things as well. cheers! mar77i

[dev] swc: A small Wayland compositor

2014-01-23 Thread Michael Forney
Hi suckless, As discussed in the previous thread (swc library to implement dwm under Wayland), I've been working on a Wayland compositor library, and after several redesigns, I'm pretty happy with where it is now. You can find the source here: https://github.com/michaelforney/swc There is still

Re: [dev] swc: A small Wayland compositor

2014-01-23 Thread Bobby Powers
Hi, Michael Forney wrote: > As discussed in the previous thread (swc library to implement dwm under > Wayland), I've been working on a Wayland compositor library, and after > several redesigns, I'm pretty happy with where it is now. This is very exciting. I hope to play with this in the next few