Useful Utilities/Clipboard Managers: add fuzzel display info for cliphist/clipman (#813)

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
299792458ms 2024-10-22 20:03:30 +00:00 committed by GitHub
parent 6f8075b766
commit 2fbcc75ebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ exec-once = wl-paste --type image --watch cliphist store # Stores only image dat
Note that any of the above lines can be disabled based on your needs.
To bind `cliphist` to a hotkey and display it under `rofi` or `dmenu` or `wofi`,
To bind `cliphist` to a hotkey and display it under `rofi`, `dmenu`, `wofi` or `fuzzel`,
you can edit it in `hyprland.conf`.
### For `rofi` users
@ -88,6 +88,12 @@ bind = SUPER, V, exec, cliphist list | dmenu | cliphist decode | wl-copy
bind = SUPER, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
```
### For `fuzzel` users
```ìni
bind = SUPER, V, exec, cliphist list | fuzzel --dmenu | cliphist decode | wl-copy
```
The binds above allow `SUPER + V` to be used to access the clipboard history.
For further info, please refer to the repository mentioned above.
@ -128,6 +134,12 @@ bind = SUPER, V, exec, clipman pick -t dmenu
bind = SUPER, V, exec, clipman pick -t wofi
```
### For `fuzzel` users
```ìni
bind = SUPER, V, exec, clipman pick -t STDOUT | fuzzel --dmenu | wl-copy
```
...and so on. For further information, please refer to the repository
mentioned above.