gitluin
gitluin
Unfortunately, Github is very all or nothing. Either I mark people as collaborators and they gain read/write/pull/fork/lots of access and the ability to apply labels, or they can't do anything....
Concerning contributions, see my response to the other issue you raised about labels. I guess going forward, mark these kinds of issues with [Documentation] in the title and I'll fold...
Thanks! Will leave this open so that we can just keep a dialogue going about installation-related wiki things.
``` void movefocusabs(const Arg arg){ int i = 0; client* c = NULL; if (!curmon->current || curmon->current->isfull) return; parser[WantInt](arg.s, &parg); if (parg.i < 0) return; for EACHCLIENT(curmon->head){ if (ISVISIBLE(ic)){ if...