Clipboard-managers: update clipse advice after new release (#714)

This commit is contained in:
Michael Savedra 2024-07-13 21:36:49 +01:00 committed by GitHub
parent 817e9a974e
commit a311b99875
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ To fix this problem, you can use `wl-clip-persist` which will preserve the data
in the clipboard after the application is closed. in the clipboard after the application is closed.
[Github](https://github.com/Linus789/wl-clip-persist) [Github](https://github.com/Linus789/wl-clip-persist)
`clipse` - Utilizes Wayland with `wl-clipboard` support and runs from a single binary. Stores text and images indefinitely, accessible via a nice TUI that can be bound to floating window in your Hyprland config. Allows custom themes, image/text previews, multi-select, pinned items and more. `clipse` - Utilizes Wayland with `wl-clipboard` support and runs from a single binary. Stores text and images indefinitely, accessible via a nice TUI that can 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) [GitHub](https://github.com/savedra1/clipse)
## copyq ## copyq
@ -127,10 +127,10 @@ You can bind the TUI to a something nice like this:
windowrulev2 = float,class:(clipse) windowrulev2 = float,class:(clipse)
windowrulev2 = size 622 652,class:(clipse) windowrulev2 = size 622 652,class:(clipse)
bind = SUPER, V, exec, alacritty --class clipse -e zsh -c 'clipse' bind = SUPER, V, exec, alacritty --class clipse -e clipse
``` ```
Replace `alacritty` and `zsh` with your terminal/shell environments. The class is optional, but it's recommended to use a floating window to achieve more GUI-like behavior. Replace `alacritty` with the terminal environment you use if necessary. The class is optional, but it's recommended to use a floating window to achieve more GUI-like behavior.
For more details on `clipse`, please refer to its GitHub repo linked at the top of the page. For more details on `clipse`, please refer to its GitHub repo linked at the top of the page.