From b724a3c48806805aee5fb09adb06231d4d65b4cb Mon Sep 17 00:00:00 2001 From: Lucas Timmins Date: Mon, 11 Feb 2019 19:19:33 +0800 Subject: [PATCH 1/2] Add smithay-clipboard --- content/pages/about.markdown | 2 ++ content/pages/documentation.markdown | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/pages/about.markdown b/content/pages/about.markdown index 6008767..2ff28f7 100644 --- a/content/pages/about.markdown +++ b/content/pages/about.markdown @@ -15,6 +15,8 @@ Wayland utilities: to simplify the writing of wayland clients. In mostly include general functionalities to factor-out the redundants parts of writing a client, allowing to focus on the particularities of each specific app. +- [smithay-clipboard](https://github.com/Smithay/smithay-clipboard) is a utility crate + to provide access to the wayland clipboard. Smithay dependencies: diff --git a/content/pages/documentation.markdown b/content/pages/documentation.markdown index 89d432e..4efc085 100644 --- a/content/pages/documentation.markdown +++ b/content/pages/documentation.markdown @@ -8,4 +8,4 @@ Aditionnaly, the docs for the master branches are automatically built and hosted - [Wayland-rs master docs](https://smithay.github.io/wayland-rs/) - [Wayland-window master docs](https://smithay.github.io/wayland-window/) - [Wayland-kbd master docs](https://smithay.github.io/wayland-kbd/) - +- [Smithay-clipboard master docs](https://smithay.github.io/smithay-clipboard/) From 3fcab2a20bb2abf6d9f6ca21d4b8adb2fcb7c251 Mon Sep 17 00:00:00 2001 From: Lucas Timmins Date: Mon, 11 Feb 2019 19:59:16 +0800 Subject: [PATCH 2/2] Specify smithay-clipboard is for client apps --- content/pages/about.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/about.markdown b/content/pages/about.markdown index 2ff28f7..3ff4bed 100644 --- a/content/pages/about.markdown +++ b/content/pages/about.markdown @@ -16,7 +16,7 @@ Wayland utilities: to factor-out the redundants parts of writing a client, allowing to focus on the particularities of each specific app. - [smithay-clipboard](https://github.com/Smithay/smithay-clipboard) is a utility crate - to provide access to the wayland clipboard. + to provide access to the wayland clipboard for client applications. Smithay dependencies: