From ec3611d923034e703fd44f65e14c7f6ae87434e9 Mon Sep 17 00:00:00 2001 From: Shubh Date: Thu, 17 Aug 2023 19:37:32 +0530 Subject: [PATCH] add wofi stuff in clipboard manager page Signed-off-by: Shubh --- pages/Useful Utilities/Clipboard-Managers.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pages/Useful Utilities/Clipboard-Managers.md b/pages/Useful Utilities/Clipboard-Managers.md index 6f1d4da..3b608a1 100644 --- a/pages/Useful Utilities/Clipboard-Managers.md +++ b/pages/Useful Utilities/Clipboard-Managers.md @@ -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