mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-01-14 09:55:04 +01:00
demo
This commit is contained in:
parent
b2ff5b0763
commit
660afa0bc8
2 changed files with 3 additions and 0 deletions
|
|
@ -16,3 +16,5 @@ clippyboard currently supports the following MIME types:
|
|||
|
||||
It will try to read out one of them (in descending preference) and store that value and provide it later.
|
||||
If no supported MIME type is found, the clipboard entry is not stored.
|
||||
|
||||
https://github.com/user-attachments/assets/0bfdfe39-1177-4d11-bf5a-63e738751d7a
|
||||
|
|
|
|||
|
|
@ -496,6 +496,7 @@ pub fn main_inner(socket_path: &PathBuf) -> eyre::Result<Infallible> {
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
rustix::fs::fcntl_setfl(notify_write_recv.as_fd(), OFlags::NONBLOCK).expect("todo");
|
||||
rustix::fs::fcntl_setfl(conn.as_fd(), OFlags::NONBLOCK).expect("TODO");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue