From 74f9126dfff279921f81cd2e73c27a6b8c1e7c4e Mon Sep 17 00:00:00 2001 From: Piotr Kocia Date: Sat, 4 Jan 2025 17:34:02 +0100 Subject: [PATCH] Clipboard-Managers: remove broken manager (#927) The manager `cb` does not support Wayland. The version available in AUR renders the entire desktop unusable by spawning invisible windows which cause focus loss and repositioning of all windows every ~2 seconds. Does not work with `wl-paste --watch` either. --- pages/Useful Utilities/Clipboard-Managers.md | 25 +------------------- 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/pages/Useful Utilities/Clipboard-Managers.md b/pages/Useful Utilities/Clipboard-Managers.md index 5bd8e9c..1ba668d 100644 --- a/pages/Useful Utilities/Clipboard-Managers.md +++ b/pages/Useful Utilities/Clipboard-Managers.md @@ -8,7 +8,7 @@ _Starting method:_ manual (`exec-once`) Clipboard Managers provide a convenient way to organize and access previously copied content, including both text and images. -Some common ones used are `copyq`, `clipman`, `cliphist`, `clipse` and `cb`. +Some common ones used are `copyq`, `clipman`, `cliphist`, `clipse`. `clipman` - Utilizes Wayland with `wl-clipboard` support and stores text only [GitHub](https://github.com/chmouel/clipman) @@ -29,29 +29,6 @@ be bound to a floating window in your Hyprland config. Allows custom themes, image/text previews, multi-select, pinned items and more. [GitHub](https://github.com/savedra1/clipse) -`cb` - Utilizes Wayland and stores text, images and files temporarily or -indefinitely. Allows unlimited clipboards and history, JSON output and more. -[GitHub](https://github.com/Slackadays/Clipboard) - -{{< callout >}} - -`cb` does not automatically update the clipboard in the background. It is not -recommended to enable it either, as that makes the focused window flicker every -second. - -{{< /callout >}} - -## cb - -Start by adding the following line to your `~/.config/hypr/hyprland.conf` - -```ini -exec-once = cb -``` - -For more details on `cb`, please refer to its GitHub repo linked at the top -of the page. - ## copyq Start by adding the following lines to your `~/.config/hypr/hyprland.conf`