mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
add cb clipboard manager
This commit is contained in:
parent
51604d8fc3
commit
e9b017bf73
1 changed files with 14 additions and 1 deletions
|
@ -8,7 +8,10 @@ _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 `copyq`, `clipman`, `cliphist` and `clipse`.
|
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)
|
||||||
|
|
||||||
`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)
|
||||||
|
@ -29,6 +32,16 @@ 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
|
||||||
|
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
|
## copyq
|
||||||
|
|
||||||
Start by adding the following lines to your `~/.config/hypr/hyprland.conf`
|
Start by adding the following lines to your `~/.config/hypr/hyprland.conf`
|
||||||
|
|
Loading…
Reference in a new issue