Re: [hackers] [tabbed][PATCH] Use utf8 for window name

2020-06-10 Thread Nikita Zlobin
In Wed, 10 Jun 2020 22:09:01 +0200 Hiltjo Posthuma wrote: > On Thu, Jun 04, 2020 at 02:13:49PM +0500, Nikita Zlobin wrote: > > At least some desktop tools (non-mainstream) are in trouble with > > tabbed window name. At the moment of try I have only tint2 and > > rofi. First just showes intitled,

Re: [hackers] [tabbed][PATCH] Fix clients BadDrawable at cleanup with multiple tabs

2020-06-10 Thread Nikita Zlobin
In Wed, 10 Jun 2020 22:10:02 +0200 Hiltjo Posthuma wrote: > On Thu, Jun 04, 2020 at 04:01:17PM +0500, Nikita Zlobin wrote: > > unmanage() after killclient() causes at least one BadDrawable from > > client. For urxvtd it can crash entire daemon. > > --- > > tabbed.c | 2 +- > > 1 file changed, 1

Re: [hackers] [tabbed][PATCH] Fix clients BadDrawable at cleanup with multiple tabs

2020-06-10 Thread Hiltjo Posthuma
On Thu, Jun 04, 2020 at 04:01:17PM +0500, Nikita Zlobin wrote: > unmanage() after killclient() causes at least one BadDrawable from client. > For urxvtd it can crash entire daemon. > --- > tabbed.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tabbed.c b/tabbed.c >

Re: [hackers] [tabbed][PATCH] Use utf8 for window name

2020-06-10 Thread Hiltjo Posthuma
On Thu, Jun 04, 2020 at 02:13:49PM +0500, Nikita Zlobin wrote: > At least some desktop tools (non-mainstream) are in trouble with tabbed > window name. > At the moment of try I have only tint2 and rofi. First just showes intitled, > but > second - "Invalid encoding". Though xfwm4 has no problem

What about other patches (Re: [hackers] [tabbed][PATCH] Use PWD xprop to set workdir for spawned clients)

2020-06-10 Thread Nikita Zlobin
In Thu, 4 Jun 2020 16:21:40 -0400 Daniel Moch wrote: > On Thu, Jun 04, 2020 at 11:26:15AM +0500, Nikita Zlobin wrote: > > Somewhat disconvenient after true multitab terminals, that new term > > tabs don't inherit workdir from previous active. Here is some > > attempt to make such a bond. > > My

Re: [hackers] [dwm][PATCH] Update Vanity Gaps to master

2020-06-10 Thread Michel Boaventura
‐‐‐ Original Message ‐‐‐ On Wednesday, June 10, 2020 12:11 PM, Hiltjo Posthuma wrote: > On Wed, Jun 10, 2020 at 02:03:48PM +, Michel Boaventura wrote: > > > Hi, > > This patch brings Vanity Gaps to master, because the current patch on the > > site does not apply after f09418b. > >

[hackers] [dwm][PATCH] Update Vanity Gaps to master

2020-06-10 Thread Michel Boaventura
Hi, This patch brings Vanity Gaps to master, because the current patch on the site does not apply after f09418b. Thanks.From c35fd03ec002e1f4476a75203ff9b5cbcc630177 Mon Sep 17 00:00:00 2001 From: Michel Boaventura Date: Wed, 10 Jun 2020 10:46:51 -0300 Subject: [PATCH] Update Vanity Gaps to

Re: [hackers] [dwm][PATCH] Update Vanity Gaps to master

2020-06-10 Thread Hiltjo Posthuma
On Wed, Jun 10, 2020 at 03:20:35PM +, Michel Boaventura wrote: > ‐‐‐ Original Message ‐‐‐ > On Wednesday, June 10, 2020 12:11 PM, Hiltjo Posthuma > wrote: > > > On Wed, Jun 10, 2020 at 02:03:48PM +, Michel Boaventura wrote: > > > > > Hi, > > > This patch brings Vanity Gaps to