Skip to content

RezenDeveloper/hyprclipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hyprclipboard

A clipboard visual interface for hyprland made with Quickshell based on the Windows clipboard. Feel free to open a PR and contribute.

Demo

hyprclipboard-demo.mp4

Dependencies

Installation

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/hyprclipboard

Add these commands to your hyprland config file

exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store

The next line is used to clear the clipboard each hyprland session

exec-once = rm "$HOME/.cache/cliphist/db"

Usage

You can run the app using the following command in your terminal

qs -c hyprclipboard -n

Or just add a bind to your hyprland config

bind = $mainMod, V, exec, qs -c hyprclipboard -n

This will bind hyprclipboard to Meta + V

Search & Filters

  • Type normally to search text
  • Use >img or >image to show only image entries

Controls

  • Keyboard Arrows – navigate entries
  • Tab - change focus between buttons
  • Enter – execute the focused action
  • Esc – close popup

TODO

  • Add file support
  • Improve UI/UX
  • Add a pin button
  • Reposition popup with Meta + Left Click

About

A clipboard visual interface for hyprland.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages