libxft stuff removed
This commit is contained in:
parent
39f4f3ed21
commit
b56a347663
4 changed files with 1 additions and 15 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -9,8 +9,6 @@ license=(MIT)
|
|||
makedepends=(git)
|
||||
depends=(freetype2 libx11 libxft)
|
||||
optdepends=(
|
||||
'libxft-bgra: if dwm crashes when displaying emojis'
|
||||
'libxft-bgra-git: if dwm crashes when displaying emojis'
|
||||
'dmenu: program launcher'
|
||||
'st: terminal emulator')
|
||||
provides=($_pkgname)
|
||||
|
|
|
@ -34,7 +34,3 @@ sudo make install
|
|||
```
|
||||
|
||||
There is also a `PKGBUILD` usable on distributions with pacman. Run `makepkg -si` instead of `sudo make install`.
|
||||
|
||||
### You must also install `libxft-bgra`!
|
||||
|
||||
This build of dwm does not block color emoji in the status/info bar, so you must install [libxft-bgra](https://aur.archlinux.org/packages/libxft-bgra/), which fixes a libxft color emoji rendering problem, otherwise dwm will crash upon trying to render one. Hopefully this fix will be in all libxft soon enough.
|
||||
|
|
9
dwm.1
9
dwm.1
|
@ -25,15 +25,6 @@ top left corner. The tags which are applied to one or more windows are
|
|||
indicated with an empty square in the top left corner.
|
||||
.P
|
||||
dwm draws a small border around windows to indicate the focus state.
|
||||
.P
|
||||
.I
|
||||
libxft-bgra
|
||||
should be installed for this build of dwm. Arch users may install it via the
|
||||
AUR. Color characters and emoji are enabled, but these will cause crashes
|
||||
without the fix
|
||||
.I
|
||||
libxft-bgra
|
||||
offers.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-v
|
||||
|
|
|
@ -15,6 +15,7 @@ Pressing \f(CWs\fP will fit it to window width (\f(CWa\fP to revert).
|
|||
\f(CWK\fP and \f(CWJ\fP zoom in and out.
|
||||
\f(CWSuper+f\fP to toggle fullscreen.
|
||||
\f(CWq\fP to quit.
|
||||
\f(CW/\fP to search for text.
|
||||
(These are general binds set for \fBzathura\fP, the pdf reader.)
|
||||
.LI
|
||||
.ITEM
|
||||
|
|
Loading…
Reference in a new issue