Merge branch 'master' of https://git.suckless.org/st
commit
c2f62c6b10
3
FAQ
3
FAQ
|
@ -248,3 +248,6 @@ fonts:
|
|||
|
||||
Please don't bother reporting this bug to st, but notify the upstream Xft
|
||||
developers about fixing this bug.
|
||||
|
||||
As of 2022-09-05 this now seems to be finally fixed in libXft 2.3.5:
|
||||
https://gitlab.freedesktop.org/xorg/lib/libxft/-/blob/libXft-2.3.5/NEWS
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -20,6 +20,8 @@ makedepends=("gcc")
|
|||
provides=("st")
|
||||
conflicts=("st" "st-git")
|
||||
|
||||
options=(lto)
|
||||
|
||||
source=("arg.h" "boxdraw.c" "boxdraw_data.h" "config.def.h" "config.h"
|
||||
"config.mk" "hb.c" "hb.h" "LICENSE" "Makefile" "st.1" "st.c" "st.h" "st.info"
|
||||
"win.h" "x.c" "README")
|
||||
|
|
Loading…
Reference in New Issue