Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 377 Bytes

durst

Durst is a new notification daemon to act as the replacement of dunst on wayland based systems.

It's written from scratch in Rust.

How to build and run durst

git clone https://github.com/durst-notification/durst.git
cd durst
mkdir -p "$HOME/.config/durst"
cp config.yml "$HOME/.config/durst/config.yml"
cargo run