From 9890a5d2211f1ecfcdcf16e07cc994777ca199cc Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 24 Apr 2024 16:25:58 -0400 Subject: [PATCH] Add README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c19580 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# xdg + +This module seeks to implement parts of the XDG specification that do not rely +on other software. Parts of the specification that do, eg. mpris-spec and +notifcation-spec, may in the future be implemented in a separate module that +depends on this one.