From 509052d30a48443da9e8f88f5c08fae384a171d6 Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Tue, 14 May 2019 17:28:04 +0200 Subject: [PATCH] add wayland clipboard manager --- i3-Migration-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index 2bade1f..0b885dd 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -20,7 +20,7 @@ Sway does not support X logical font description (XLFD) configuration strings. I * compton / xcompmgr (compositor) → nothing * unclutter (hiding cursor after some time) → `seat hide_cursor ` * xclip / xsel (clipboard copy/paste) → wl-clipboard - * clipster / etc. (clipboard manager) → TBD + * clipster / etc. (clipboard manager) → [clipman](https://github.com/yory8/clipman) ## See Also