From 4687b955d4e87076bba434128d49a49cfe58b4b5 Mon Sep 17 00:00:00 2001 From: kossLAN Date: Wed, 11 Jun 2025 22:39:08 -0400 Subject: [PATCH] clipboard one day... --- screencapture/Controller.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/screencapture/Controller.qml b/screencapture/Controller.qml index d57d8c5..472470a 100644 --- a/screencapture/Controller.qml +++ b/screencapture/Controller.qml @@ -81,6 +81,7 @@ Singleton { onRunningChanged: { if (!running) { + // Quickshell.clipboardText = `image://${path}`; root.windowOpen = false; } }