From 25a07a01c078b880905810987c19eaf62e12693a Mon Sep 17 00:00:00 2001 From: MadcowOG <88654251+MadcowOG@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:07:43 +0000 Subject: [PATCH] Updated ipcClipboard (markdown) --- ipcClipboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipcClipboard.md b/ipcClipboard.md index 13fb12b..ffdf183 100644 --- a/ipcClipboard.md +++ b/ipcClipboard.md @@ -1,5 +1,5 @@ ### Description -Adds functionality for clipboard. Requires the [ipc](https://github.com/djpohly/dwl/wiki/ipc) patch for dwl and `wl-clipboard` to be installed. 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 but you can change these in the script if you have alternatives. You may add or remove applications to exclude from recording by adding or removing from the `excludes` array in `dwl-cliboard-watcher`. +Adds clipboard functionality. Requires the [ipc](https://github.com/djpohly/dwl/wiki/ipc) patch for dwl and `wl-clipboard` to be installed. 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 but you can change these in the script if you have alternatives. 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 after dwl.