mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
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:
parent
6f8075b766
commit
2fbcc75ebf
1 changed files with 13 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue