Skip to content

Commit

Permalink
Clipboard-Managers: add warning about cb
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Dec 21, 2024
1 parent a6ac8b4 commit cc11dcf
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions pages/Useful Utilities/Clipboard-Managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +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 `cb`, `copyq`, `clipman`, `cliphist` and `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)
Some common ones used are `copyq`, `clipman`, `cliphist`, `clipse` and `cb`.

`clipman` - Utilizes Wayland with `wl-clipboard` support and stores text only
[GitHub](https://github.com/chmouel/clipman)
Expand All @@ -33,6 +29,18 @@ 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`
Expand Down

0 comments on commit cc11dcf

Please sign in to comment.