Updated Debian 10 (Buster) Installation (markdown)

Malte Kiefer 2019-09-10 14:51:48 +02:00
parent 2a6b2320d8
commit 4114f2a28a

@ -98,4 +98,16 @@ cd swaybg
git checkout 1.0
meson build
sudo ninja -C build install
```
## Install mako (optional)
A lightweight notification daemon for Wayland.
```
cd ~/sway-src
git clone https://github.com/emersion/mako
cd mako
meson build
ninja -C build
sudo ninja -C build install
```