parent
60deccddf0
commit
bca98e5357
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ MouseArea {
|
||||||
if (closeAnim.running)
|
if (closeAnim.running)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Quickshell.execDetached(["sh", "-c", `grim -l 0 -g '${Math.ceil(rsx)},${Math.ceil(rsy)} ${Math.floor(sw)}x${Math.floor(sh)}' - | swappy -f -`]);
|
Quickshell.execDetached(["sh", "-c", `grim -l 0 -g '${screen.x + Math.ceil(rsx)},${screen.y + Math.ceil(rsy)} ${Math.floor(sw)}x${Math.floor(sh)}' - | swappy -f -`]);
|
||||||
closeAnim.start();
|
closeAnim.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue