Merge pull request #1999 from linuxmobile/clipboard-filter

clipboard: add filters by type & date
This commit is contained in:
Lemmy
2026-03-13 22:18:08 -04:00
committed by GitHub
8 changed files with 212 additions and 8 deletions
+3
View File
@@ -420,6 +420,9 @@ Singleton {
property bool autoPasteClipboard: false
property bool enableClipPreview: true
property bool clipboardWrapText: true
property bool enableClipboardSmartIcons: true
property bool enableClipboardChips: true
property bool enableClipboardDateHeaders: true
property string clipboardWatchTextCommand: "wl-paste --type text --watch cliphist store"
property string clipboardWatchImageCommand: "wl-paste --type image --watch cliphist store"
property string position: "center" // Position: center, top_left, top_right, bottom_left, bottom_right, bottom_center, top_center