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
1 changed files with 10 additions and 1 deletions

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
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
```ini
@ -41,6 +41,11 @@ bind = SUPER, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
```ini
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
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
```
### 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