Updated ipcClipboard (markdown)

MadcowOG 2023-03-01 22:02:22 +00:00
parent bea896e821
commit a4f468b17a

@ -1,6 +1,8 @@
### Description ### 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`. 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`.
Make sure that `wl-paste -t text -w dwl-clipboard-watcher` is running with dwl.
### Downloads ### Downloads
- [2023-3-01](https://github.com/djpohly/dwl/compare/main...MadcowOG:ipc-clipboard.patch) - [2023-3-01](https://github.com/djpohly/dwl/compare/main...MadcowOG:ipc-clipboard.patch)