From e516aeab72511c71062d3e5547f6de063cf67bbf Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 25 Aug 2025 20:33:07 +0200 Subject: [PATCH] update examples --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7f9351f..5e6b6d1 100644 --- a/README.md +++ b/README.md @@ -66,12 +66,13 @@ func main() { } ``` -Also take a look into the **_examples** folder for more examples. For -a more comprehensive and practical example look at the -`_examples/descratcher` program which you can use to selectively -retrieve a window from the scratchpad. +Also take a look into the **_examples** folder for more examples. -You may take a look at the [tool swaycycle](https://github.com/tlinden/swaycycle) +For a more comprehensive and practical example look at the +[descratch](https://github.com/TLINDEN/sway-descratch) program which +you can use to selectively retrieve a window from the scratchpad. + +You may also take a look at the [tool swaycycle](https://github.com/tlinden/swaycycle) which is using this module. ## Installation