Re: [hackers] [st][PATCH] in bracketed paste mode, filter escapes from pasted data

2017-11-03 Thread Eric Pruitt
On Fri, Nov 03, 2017 at 12:14:46AM +0100, Laslo Hunhold wrote: > However, as it has already been laid out numerous times, we can not > accept companies to be in the list of contributors, only people. If > you are interested in the reasons, I can lay them out again, but > admittedly I think they

Re: [hackers] [dmenu][PATCH v2] Set class name on menu window

2017-11-03 Thread Omar Sandoval
On Fri, Nov 03, 2017 at 08:44:14PM +0100, Hiltjo Posthuma wrote: > On Fri, Nov 03, 2017 at 09:49:10AM -0700, Omar Sandoval wrote: > > WM_CLASS is a standard ICCCM property which is used to identify windows. > > Window managers and compositors use it to allow per-application > > configurable

[hackers] [dwm] sync dmenu drw.{c,h} code: use Clr* (was Scm) || Hiltjo Posthuma

2017-11-03 Thread git
commit 3756f7f6b8dccf7a31789ffaf073a76fd1a87eb9 Author: Hiltjo Posthuma AuthorDate: Fri Nov 3 21:20:48 2017 +0100 Commit: Hiltjo Posthuma CommitDate: Fri Nov 3 21:20:48 2017 +0100 sync dmenu drw.{c,h} code: use Clr* (was Scm) diff

[hackers] [dwm] gettextprop: check result of XGetTextProperty (undefined behaviour for XFree) || Hiltjo Posthuma

2017-11-03 Thread git
commit 99f78fa553f9ddb23fab73e47a408d66ca7f974c Author: Hiltjo Posthuma AuthorDate: Fri Nov 3 16:36:32 2017 +0100 Commit: Hiltjo Posthuma CommitDate: Fri Nov 3 21:14:58 2017 +0100 gettextprop: check result of XGetTextProperty

[hackers] [dmenu] drw: drw_scm_create: use Clr type || Hiltjo Posthuma

2017-11-03 Thread git
commit f0a5b75d6a0d2a62da45e9f65d92ea4a6a2d5831 Author: Hiltjo Posthuma AuthorDate: Fri Nov 3 21:10:38 2017 +0100 Commit: Hiltjo Posthuma CommitDate: Fri Nov 3 21:10:38 2017 +0100 drw: drw_scm_create: use Clr type in this

[hackers] [dmenu] init colors using SchemeLast || Hiltjo Posthuma

2017-11-03 Thread git
commit 41379f7c39e6aa0a17d7807b22b49ea148f5b0fa Author: Hiltjo Posthuma AuthorDate: Fri Nov 3 21:05:29 2017 +0100 Commit: Hiltjo Posthuma CommitDate: Fri Nov 3 21:05:29 2017 +0100 init colors using SchemeLast this makes it

[hackers] [dmenu] fix a possible free of a uninitialize variable in paste() || Hiltjo Posthuma

2017-11-03 Thread git
commit 1cabeda5505dcc35d4d2ca2a09151a7c449fb401 Author: Hiltjo Posthuma AuthorDate: Fri Nov 3 15:31:37 2017 +0100 Commit: Hiltjo Posthuma CommitDate: Fri Nov 3 21:07:02 2017 +0100 fix a possible free of a uninitialize variable in

Re: [hackers] [dmenu][PATCH v2] Set class name on menu window

2017-11-03 Thread Hiltjo Posthuma
On Fri, Nov 03, 2017 at 09:49:10AM -0700, Omar Sandoval wrote: > WM_CLASS is a standard ICCCM property which is used to identify windows. > Window managers and compositors use it to allow per-application > configurable behavior. > --- > Thanks, Devin, that's much cleaner. > > dmenu.c | 2 ++ > 1

[hackers] [dmenu] Set class name on menu window || Omar Sandoval

2017-11-03 Thread git
commit 64ab2801fbbbcc028c359080ae4bd546fc871f67 Author: Omar Sandoval AuthorDate: Fri Nov 3 09:49:10 2017 -0700 Commit: Hiltjo Posthuma CommitDate: Fri Nov 3 20:41:03 2017 +0100 Set class name on menu window WM_CLASS is a

[hackers] [dwm] Set class name on status bar || Omar Sandoval

2017-11-03 Thread git
commit a9b6a312a77b9cc81ca8b08a95c09e9f7948d7a6 Author: Omar Sandoval AuthorDate: Fri Nov 3 09:58:38 2017 -0700 Commit: Hiltjo Posthuma CommitDate: Fri Nov 3 20:40:34 2017 +0100 Set class name on status bar This is useful for

Re: [hackers] [dwm] [PATCH v3] Set class name on status bar

2017-11-03 Thread Hiltjo Posthuma
On Fri, Nov 03, 2017 at 09:58:38AM -0700, Omar Sandoval wrote: > This is useful for configuring compositors to ignore the status bar > window. > --- > As Devin pointed out in the dmenu thread, there's no reason to > dynamically allocate ch at all. > > dwm.c | 2 ++ > 1 file changed, 2

[hackers] [dwm] [PATCH v3] Set class name on status bar

2017-11-03 Thread Omar Sandoval
This is useful for configuring compositors to ignore the status bar window. --- As Devin pointed out in the dmenu thread, there's no reason to dynamically allocate ch at all. dwm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dwm.c b/dwm.c index 4782343..b0d99c0 100644 --- a/dwm.c +++

[hackers] [dmenu][PATCH v2] Set class name on menu window

2017-11-03 Thread Omar Sandoval
WM_CLASS is a standard ICCCM property which is used to identify windows. Window managers and compositors use it to allow per-application configurable behavior. --- Thanks, Devin, that's much cleaner. dmenu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dmenu.c b/dmenu.c index

Re: [hackers] [dmenu] [PATCH] Set class name on menu window

2017-11-03 Thread Devin J. Pohly
On Thu, Nov 02, 2017 at 10:03:19PM -0700, Omar Sandoval wrote: > On Fri, Nov 03, 2017 at 12:15:55AM +0100, Hiltjo Posthuma wrote: > > > > Then it should be changed/fixed in (your local) compton. Then all > > applications > > can benefit and all the applications don't need to be patched. > > > >