From 553348c40f2d98191cba259517248fbaaeeb62c9 Mon Sep 17 00:00:00 2001 From: EthosProjects <65067097+EthosProjects@users.noreply.github.com> Date: Wed, 6 Sep 2023 08:00:58 -0400 Subject: [PATCH] Fix typo in Clipboard-Managers.md it's wl-clip-persist not wl-clip-persists --- pages/Useful Utilities/Clipboard-Managers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Useful Utilities/Clipboard-Managers.md b/pages/Useful Utilities/Clipboard-Managers.md index 3b608a1..c0ae3dc 100644 --- a/pages/Useful Utilities/Clipboard-Managers.md +++ b/pages/Useful Utilities/Clipboard-Managers.md @@ -8,7 +8,7 @@ Some common ones used are `copyq`, `clipman` and `cliphist`. `cliphist` - Utilizes Wayland with `wl-clipboard` and can store both images and text [Github](https://github.com/sentriz/cliphist) -`wl-clip-persists` - When we copy something on Wayland (using wl-clipboard) and close the application we copied from, the copied data disappears from the clipboard and we cannot paste it anymore. So to fix this problem we can use a program called as `wl-clip-persists` which will preserve the data in the clipboard after the application is closed. [Github](https://github.com/Linus789/wl-clip-persist) +`wl-clip-persist` - When we copy something on Wayland (using wl-clipboard) and close the application we copied from, the copied data disappears from the clipboard and we cannot paste it anymore. So to fix this problem we can use a program called as `wl-clip-persist` which will preserve the data in the clipboard after the application is closed. [Github](https://github.com/Linus789/wl-clip-persist) ## copyq