Introduction
Introduction Statistics Contact Development Disclaimer Help
tFixing the XClassHint setting in st. - st - [fork] customized build of st, the…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit ff241199edc7631d6599c22414ef6823059a1072
parent 375b28720f7c78e6fac1c274f9dee7c40a78aacb
Author: Christoph Lohmann <[email protected]>
Date: Sun, 20 Dec 2015 01:43:32 +0100
Fixing the XClassHint setting in st.
Diffstat:
M st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/st.c b/st.c
t@@ -3237,7 +3237,7 @@ xclear(int x1, int y1, int x2, int y2)
void
xhints(void)
{
- XClassHint class = {opt_class ? opt_class : termname, termname};
+ XClassHint class = {termname, opt_class ? opt_class : termname};
XWMHints wm = {.flags = InputHint, .input = 1};
XSizeHints *sizeh = NULL;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.