A clipboard visual interface for hyprland made with Quickshell based on the Windows clipboard. Feel free to open a PR and contribute.
hyprclipboard-demo.mp4
Make sure all the dependencies are installed and working correctly.
Clone this repo into Quickshell's config folder
git clone https://github.com/RezenDeveloper/hyprclipboard ~/.config/quickshell/hyprclipboardAdd these commands to your hyprland config file
The next line is used to clear the clipboard each hyprland session
exec-once = rm "$HOME/.cache/cliphist/db"You can run the app using the following command in your terminal
qs -c hyprclipboard -nOr just add a bind to your hyprland config
bind = $mainMod, V, exec, qs -c hyprclipboard -nThis will bind hyprclipboard to Meta + V
- Type normally to search text
- Use
>imgor>imageto show only image entries
- Keyboard Arrows – navigate entries
- Tab - change focus between buttons
- Enter – execute the focused action
- Esc – close popup
- Add file support
- Improve UI/UX
- Add a pin button
- Reposition popup with Meta + Left Click