mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 07:22:50 -05:00
clipboard: remove wl-copy references
This commit is contained in:
@@ -119,7 +119,7 @@ Item {
|
||||
}
|
||||
|
||||
function copyToClipboard(text) {
|
||||
Quickshell.execDetached(["sh", "-c", "echo -n '" + text + "' | wl-copy"])
|
||||
Quickshell.execDetached(["dms", "cl", "copy", text])
|
||||
showToast("Copied to clipboard: " + text)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user