From 4114f2a28afdef47f370d9e11d1a23ea259d146f Mon Sep 17 00:00:00 2001 From: Malte Kiefer Date: Tue, 10 Sep 2019 14:51:48 +0200 Subject: [PATCH] Updated Debian 10 (Buster) Installation (markdown) --- Debian-10-(Buster)-Installation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Debian-10-(Buster)-Installation.md b/Debian-10-(Buster)-Installation.md index 4b00034..aa42bb0 100644 --- a/Debian-10-(Buster)-Installation.md +++ b/Debian-10-(Buster)-Installation.md @@ -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 ``` \ No newline at end of file