A couple of patches. The first simply reformats dvtm.info to make
diffs nice. The second adds support for multiple parameters in
set/reset mode sequences.
-Mark
0001-Place-capabilities-one-per-line-in-dvtm.info.patch
Description: Binary data
0002-Support-multiple-set-reset-mode-params-e.g.-E-1
On Mon, Oct 7, 2013 at 9:17 PM, Roberto E. Vargas Caballero
wrote:
> mk->s is a string that are assigned in config.h, so I don't think we
> should check aginst NULL, because the only way it becomes NULL is
> a stupid user who put a NULL in it, and this case let to the luser
> get a good BOM!
for(mk = mshortcuts; mk < mshortcuts + LEN(mshortcuts); mk++) {
if(e->xbutton.button == mk->b
- && match(mk->mask, e->xbutton.state)) {
+ && match(mk->mask, e->xbutton.state)
+ && mk->s
> Oops, I realized after a pull that I tried to break style (by
> declaring a local not at the top of a function). I've corrected that
> and also rebased these three on the current head.
>
Ok, I will push these changes in the end of this week.
Best regards,
--
Roberto E. Vargas Caballero
It would be great to be able to change tag names for every monitor
separetly. I've tried to do so but it will need a lot of changes and I was
not able to do it properly.
Thank you for the patch! This is great as well :)
Branislav Blaškovič
www.blaskovic.sk
On Wed, Oct 2, 2013 at 10:37 PM, E
On Mon, Oct 07, 2013 at 12:06:51PM +0200, Swiatoslaw Gal wrote:
> > > * "How do the distributions offer software configured by compiling?"
> > > (question
> > > from audience)
> >
> > As far as Debian based distributions go, i think they just ship the
> > defaults as
> > binary package.
>
> T
> > * "How do the distributions offer software configured by compiling?"
> > (question
> > from audience)
>
> As far as Debian based distributions go, i think they just ship the defaults
> as
> binary package.
This is not quite true. There is `apt-get source' and few tools to build a
custom
Martin Kopta wrote:
> * "Where is the systray?" (from audience during questions)
> (I have half-jokingly responded that he can list processes and use IPC.)
Actually there is a patch: http://dwm.suckless.org/patches/systray
> * "How do the distributions offer software configured by compiling?" (