Merge pull request #786 from lonerOrz/feat/clip

Add clipboard preview
This commit is contained in:
Lysec
2025-11-21 13:19:42 +01:00
committed by GitHub
19 changed files with 525 additions and 277 deletions
+1
View File
@@ -296,6 +296,7 @@ Singleton {
// applauncher
property JsonObject appLauncher: JsonObject {
property bool enableClipboardHistory: false
property bool enableClipPreview: true
// Position: center, top_left, top_right, bottom_left, bottom_right, bottom_center, top_center
property string position: "center"
property list<string> pinnedExecs: []