Re: [dev] [dwm] [microPATCH] normal root window title

2016-09-26 Thread Cág

Alex Pilon wrote:


Isn't that just scheme[SchemeNorm] in either case?


Whoops, fixed. Thank you.

Cágdiff --git a/dwm.c b/dwm.c
index 421bf27..7fca393 100644
--- a/dwm.c
+++ b/dwm.c
@@ -743,7 +743,7 @@ drawbar(Monitor *m)
 
 	if ((w = m->ww - sw - x) > bh) {
 		if (m->sel) {
-			drw_setscheme(drw, scheme[m == selmon ? SchemeSel : SchemeNorm]);
+			drw_setscheme(drw, scheme[SchemeNorm]);
 			drw_text(drw, x, 0, w, bh, lrpad / 2, m->sel->name, 0);
 			if (m->sel->isfloating)
 drw_rect(drw, x + boxs, boxs, boxw, boxw, m->sel->isfixed, 0);


Re: [dev] [dwm] [microPATCH] normal root window title

2016-09-26 Thread Alex Pilon
On Mon, Sep 26, 2016 at 06:21:31PM +0100, Cág wrote:
> Root window title becomes the same as normal fg and bg.
> […]
> - drw_setscheme(drw, scheme[m == selmon ? SchemeSel : 
> SchemeNorm]);
> + drw_setscheme(drw, scheme[m == selmon ? SchemeNorm : 
> SchemeNorm]);

Isn't that just scheme[SchemeNorm] in either case?


signature.asc
Description: PGP signature


[dev] slcon 2016 videos are online

2016-09-26 Thread FRIGN
Hello fellow hackers,

the videos of this year's suckless conference in the webm format are
online. You can view them on the conference page[0].

Cheers

FRIGN

[0]: http://suckless.org/conferences/2016

-- 
FRIGN 



[dev] [dwm] [microPATCH] normal root window title

2016-09-26 Thread Cág

Root window title becomes the same as normal fg and bg.

I like how this looks more than the original. Try only without fancybar 
and its

children.

Cágdiff --git a/dwm.c b/dwm.c
index 421bf27..efc9cd8 100644
--- a/dwm.c
+++ b/dwm.c
@@ -743,7 +743,7 @@ drawbar(Monitor *m)
 
 	if ((w = m->ww - sw - x) > bh) {
 		if (m->sel) {
-			drw_setscheme(drw, scheme[m == selmon ? SchemeSel : SchemeNorm]);
+			drw_setscheme(drw, scheme[m == selmon ? SchemeNorm : SchemeNorm]);
 			drw_text(drw, x, 0, w, bh, lrpad / 2, m->sel->name, 0);
 			if (m->sel->isfloating)
 drw_rect(drw, x + boxs, boxs, boxw, boxw, m->sel->isfixed, 0);


Re: [dev] seif opinions?

2016-09-26 Thread Thomas
This is interesting. Thanks for sharing.

However, as welcome as alternatives to the current PKI system must be at
this point, replacing HTTPS and the rest of what we call "the web" with
nodejs, Qt, and JSON has got to be some sort of sick joke.

Talk about having only a hammer... Mr. Crockford needs to get out of the
house more.

Sat, Sep 24, 2016 at 10:44:33PM -0700, Louis Santillan:
> Has anybody considered seif [0][1]?
> 
> I disagree with the choice of nodejs & Qt, and the idea of capturing
> entropy from microphone and camera are interesting but gameable. I
> think the overall concept is viable.
> 
> [0] (Repo) http://www.seif.place
> [1] (Talk) https://www.oreilly.com/ideas/the-seif-project
>