👐 foo: too lazy to come up with a helpful commit message :)

This commit is contained in:
2025-12-19 14:20:29 +01:00
parent 3cf506fedf
commit 6725b32cdb
7 changed files with 7 additions and 8 deletions

View File

@@ -10,7 +10,6 @@ Singleton {
if (!path || typeof path !== "string")
return ;
console.log("Screenshot captured at path:", path);
Quickshell.execDetached(["screenshot-script", "edit", path]);
}