Re: [hackers] [st][PATCH] ST: Add WM_ICON_NAME property support

2020-10-18 Thread Hiltjo Posthuma
On Sun, Sep 06, 2020 at 10:10:01AM +, John Collis wrote: > Hi, > > The WM_ICON_NAME is often used in X programs as a shorter Title name. > Originally some window managers would use this as the text for an Icon to > represent the running program, these days it's more likely to be used in a

Re: [hackers] [st][PATCH] ST: Add WM_ICON_NAME property support

2020-09-06 Thread John Collis
Hi, The WM_ICON_NAME is often used in X programs as a shorter Title name. Originally some window managers would use this as the text for an Icon to represent the running program, these days it's more likely to be used in a taskbar. Some shells will have a different configuration to set the

Re: [hackers] [st][PATCH] ST: Add WM_ICON_NAME property support

2020-09-06 Thread Hiltjo Posthuma
On Sun, Sep 06, 2020 at 05:53:41PM +1200, John Collis wrote: > Also added _NET_WM_ICON_NAME. > --- > st.c | 9 + > win.h | 1 + > x.c | 16 +++- > 3 files changed, 25 insertions(+), 1 deletion(-) > > diff --git a/st.c b/st.c > index 8cf7245..ccef9c4 100644 > --- a/st.c >

[hackers] [st][PATCH] ST: Add WM_ICON_NAME property support

2020-09-05 Thread John Collis
Also added _NET_WM_ICON_NAME. --- st.c | 9 + win.h | 1 + x.c | 16 +++- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/st.c b/st.c index 8cf7245..ccef9c4 100644 --- a/st.c +++ b/st.c @@ -1911,6 +1911,7 @@ strhandle(void) { char *p = NULL, *dec;