copy file to clipboard script

This commit is contained in:
Kopatz
2025-09-01 19:05:18 +02:00
parent cf769b40e3
commit 44a43664da

View File

@@ -71,6 +71,11 @@ in {
#waybar
#xdg-utils
#xwayland
(writeShellScriptBin "copyfiletoclip" ''
echo "file://$(realpath $1)" | wl-copy -t text/uri-list
''
)
];
};
}