feat: Add option to choose clipboard program (#322)

* Refactor and add option to choose clipboard program

* Warn user early when clipboard program specified is not executable

closes #320
This commit is contained in:
andy941
2024-04-17 08:16:16 +01:00
committed by GitHub
parent adbe1ea3c2
commit 3ef86c924b
2 changed files with 57 additions and 35 deletions

View File

@@ -181,6 +181,8 @@ telekasten.setup({opts})
}
},
-- Specify a clipboard program to use
clipboard_program = "", -- xsel, xclip, wl-paste, osascript
}
<