mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-14 00:11:04 +02:00
fix(clipboard): copying large images filling write pipe
Fixes partially #86
This commit is contained in:
parent
735f5cc9f1
commit
e1abadcf39
3 changed files with 103 additions and 21 deletions
|
@ -76,7 +76,7 @@ cfg-if = "1.0.0"
|
|||
reqwest = { version = "0.11.14", optional = true }
|
||||
|
||||
# clipboard
|
||||
nix = { version = "0.26.2", optional = true }
|
||||
nix = { version = "0.26.2", optional = true, features = ["event"] }
|
||||
|
||||
# clock
|
||||
chrono = { version = "0.4.19", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue