add wofi stuff in clipboard manager page

Signed-off-by: Shubh <shubhisroking@proton.me>
This commit is contained in:
Shubh 2023-08-17 19:37:32 +05:30 committed by Mihai Fufezan
parent 4ad68df384
commit ec3611d923

View file

@ -30,7 +30,7 @@ exec-once = wl-paste --type image --watch cliphist store #Stores only image data
``` ```
Do note that any of the above lines can be disabled based on your needs Do 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`, again head over to `~/.config/hypr/hyprland.conf` To bind `cliphist` to a hotkey and display it under `rofi` or `dmenu` or `wofi`, again head over to `~/.config/hypr/hyprland.conf`
### For `rofi` users ### For `rofi` users
```ini ```ini
@ -41,6 +41,11 @@ bind = SUPER, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
```ini ```ini
bind = SUPER, V, exec, cliphist list | dmenu | cliphist decode | wl-copy bind = SUPER, V, exec, cliphist list | dmenu | cliphist decode | wl-copy
``` ```
### For `wofi` users
```ini
bind = SUPER, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
```
The binds mention above correspond to SUPER+V to access the clipboard history The binds mention above correspond to SUPER+V to access the clipboard history
For further info, please refer to the repository mentioned above For further info, please refer to the repository mentioned above
@ -71,6 +76,10 @@ bind = SUPER, V, exec, clipman pick -t rofi
bind = SUPER, V, exec, clipman pick -t dmenu bind = SUPER, V, exec, clipman pick -t dmenu
``` ```
### For `wofi` users
```ini
bind = SUPER, V, exec, clipman pick -t wofi
```
So on and so forth. For further information, please refer to the repository mentioned above So on and so forth. For further information, please refer to the repository mentioned above