From 4cce1c829f3d7448dec02c4b43c324488241e127 Mon Sep 17 00:00:00 2001 From: YinAqu Date: Fri, 5 May 2023 21:41:33 +0800 Subject: [PATCH] add how to make copyq work properly (#217) * add how to make copyq work properly * adjust the affirmative --- pages/Useful Utilities/Clipboard-Managers.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/Useful Utilities/Clipboard-Managers.md b/pages/Useful Utilities/Clipboard-Managers.md index 337a586..6f1d4da 100644 --- a/pages/Useful Utilities/Clipboard-Managers.md +++ b/pages/Useful Utilities/Clipboard-Managers.md @@ -10,6 +10,15 @@ Some common ones used are `copyq`, `clipman` and `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) +## copyq + +Start by adding the following lines to your `~/.config/hypr/hyprland.conf` + +```ini +exec-once = copyq --start-server +``` +If your `copyq`'s main window cannot close/hide properly, try to enable its "Hide main window" option in Layout configuration tab in Preferences dialog. + ## cliphist Start by adding the following lines to your `~/.config/hypr/hyprland.conf`