mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-12-22 17:49:48 +01:00
Clipboard-Managers: add warning about cb
This commit is contained in:
parent
a6ac8b4a41
commit
cc11dcf167
1 changed files with 13 additions and 5 deletions
|
@ -8,11 +8,7 @@ _Starting method:_ manual (`exec-once`)
|
||||||
Clipboard Managers provide a convenient way to organize and access previously
|
Clipboard Managers provide a convenient way to organize and access previously
|
||||||
copied content, including both text and images.
|
copied content, including both text and images.
|
||||||
|
|
||||||
Some common ones used are `cb`, `copyq`, `clipman`, `cliphist` and `clipse`.
|
Some common ones used are `copyq`, `clipman`, `cliphist`, `clipse` and `cb`.
|
||||||
|
|
||||||
`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)
|
|
||||||
|
|
||||||
`clipman` - Utilizes Wayland with `wl-clipboard` support and stores text only
|
`clipman` - Utilizes Wayland with `wl-clipboard` support and stores text only
|
||||||
[GitHub](https://github.com/chmouel/clipman)
|
[GitHub](https://github.com/chmouel/clipman)
|
||||||
|
@ -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.
|
image/text previews, multi-select, pinned items and more.
|
||||||
[GitHub](https://github.com/savedra1/clipse)
|
[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
|
## cb
|
||||||
|
|
||||||
Start by adding the following line to your `~/.config/hypr/hyprland.conf`
|
Start by adding the following line to your `~/.config/hypr/hyprland.conf`
|
||||||
|
|
Loading…
Reference in a new issue