Skip to content

Commit

Permalink
fix: add wayland clipboard support
Browse files Browse the repository at this point in the history
  • Loading branch information
Beastwick18 committed Jun 14, 2024
1 parent 724b8e8 commit 5ec9014
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 3 deletions.
225 changes: 223 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rss = "2.0.8"
chrono = "0.4.38"
transmission-rpc = { version = "0.4.2" }
open = "5.1.4"
arboard = "3.4.0"
arboard = { version = "3.4.0", features = [ "wayland-data-control" ] }
dirs = "5.0.1"
shellexpand = "3.1.0"
indexmap = "2.2.6"
Expand Down

0 comments on commit 5ec9014

Please sign in to comment.