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)
|
makedepends=(git)
|
||||||
depends=(freetype2 libx11 libxft)
|
depends=(freetype2 libx11 libxft)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'libxft-bgra: if dwm crashes when displaying emojis'
|
|
||||||
'libxft-bgra-git: if dwm crashes when displaying emojis'
|
|
||||||
'dmenu: program launcher'
|
'dmenu: program launcher'
|
||||||
'st: terminal emulator')
|
'st: terminal emulator')
|
||||||
provides=($_pkgname)
|
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`.
|
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.
|
indicated with an empty square in the top left corner.
|
||||||
.P
|
.P
|
||||||
dwm draws a small border around windows to indicate the focus state.
|
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
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \-v
|
.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(CWK\fP and \f(CWJ\fP zoom in and out.
|
||||||
\f(CWSuper+f\fP to toggle fullscreen.
|
\f(CWSuper+f\fP to toggle fullscreen.
|
||||||
\f(CWq\fP to quit.
|
\f(CWq\fP to quit.
|
||||||
|
\f(CW/\fP to search for text.
|
||||||
(These are general binds set for \fBzathura\fP, the pdf reader.)
|
(These are general binds set for \fBzathura\fP, the pdf reader.)
|
||||||
.LI
|
.LI
|
||||||
.ITEM
|
.ITEM
|
||||||
|
|
Loading…
Reference in a new issue