Skip to content

Commit

Permalink
Useful Utilities/Clipboard Managers: add fuzzel display info for clip…
Browse files Browse the repository at this point in the history
…hist/clipman (#813)



Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
  • Loading branch information
299792458ms and fufexan authored Oct 22, 2024
1 parent 6f8075b commit 2fbcc75
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pages/Useful Utilities/Clipboard-Managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 2fbcc75

Please sign in to comment.