Skip to content

Commit

Permalink
add wofi stuff in clipboard manager page
Browse files Browse the repository at this point in the history
Signed-off-by: Shubh <[email protected]>
  • Loading branch information
shubhisroking authored and fufexan committed Aug 17, 2023
1 parent 4ad68df commit ec3611d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pages/Useful Utilities/Clipboard-Managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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


Expand Down

0 comments on commit ec3611d

Please sign in to comment.