1
0
Fork 0
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:
Jake Stanger 2023-04-30 22:50:43 +01:00
parent 735f5cc9f1
commit e1abadcf39
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 103 additions and 21 deletions

View file

@ -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 }