Add proper check if cliphist is available

CliphistService: Check if cliphist is available, if not do not spam logs
This commit is contained in:
Ly-sec 2025-09-02 02:10:20 +02:00
parent e6a1bc6e27
commit b796a00374
2 changed files with 69 additions and 11 deletions

View file

@ -185,7 +185,7 @@ Singleton {
// applauncher
property JsonObject appLauncher: JsonObject {
// When disabled, Launcher hides clipboard command and ignores cliphist
property bool enableClipboardHistory: true
property bool enableClipboardHistory: false
// Position: center, top_left, top_right, bottom_left, bottom_right, bottom_center, top_center
property string position: "center"
property real backgroundOpacity: 1.0