Screenshot tool #83

Merged
zach merged 11 commits from screenshot-tool into main 2026-05-16 01:24:48 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 611abdf028 - Show all commits
+1 -1
View File
@@ -66,7 +66,7 @@ MouseArea {
function save(): void {
const tmpfile = Qt.resolvedUrl(`/tmp/zshell-picker-${Quickshell.processId}-${Date.now()}.png`);
ZShellIo.saveItem(screencopy, tmpfile, Qt.rect(Math.ceil(rsx), Math.ceil(rsy), Math.floor(sw), Math.floor(sh)), path => Quickshell.execDetached(["swappy", "-f", path]));
ZShellIo.saveItem(screencopy, tmpfile, Qt.rect(Math.ceil(rsx), Math.ceil(rsy), Math.floor(sw), Math.floor(sh)), path => Quickshell.execDetached([Quickshell.shellDir + "/scripts/rs-pictures", path]));
closeAnim.start();
}
BIN
View File
Binary file not shown.