From bea896e821a1a05380b08b77eeb843228dd51ad1 Mon Sep 17 00:00:00 2001 From: MadcowOG <88654251+MadcowOG@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:01:45 +0000 Subject: [PATCH] Created ipcClipboard (markdown) --- ipcClipboard.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ipcClipboard.md diff --git a/ipcClipboard.md b/ipcClipboard.md new file mode 100644 index 0000000..1d47bdc --- /dev/null +++ b/ipcClipboard.md @@ -0,0 +1,8 @@ +### Description +Adds functionality for clipboard. Requires the [ipc](https://github.com/djpohly/dwl/wiki/ipc) patch for dwl. By default requires [clipman](https://github.com/yory8/clipman) for the clipboard and [dwl-state](https://github.com/MadcowOG/dwl-state) for getting the appid of the focused application. You may add or remove applications to exclude from recording by adding or removing from the `excludes` array in `dwl-cliboard-watcher`. + +### Downloads + - [2023-3-01](https://github.com/djpohly/dwl/compare/main...MadcowOG:ipc-clipboard.patch) + +### Authors + - [MadcowOG](https://github.com/MadcowOG) \ No newline at end of file