screenshot ipc

This commit is contained in:
Zacharias-Brohn
2026-02-18 23:21:46 +01:00
parent 77060d2457
commit e2eb0631cf
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -48,6 +48,22 @@ Scope {
}
}
IpcHandler {
target: "picker"
function open(): void {
root.freeze = false;
root.closing = false;
root.activeAsync = true;
}
function openFreeze(): void {
root.freeze = true;
root.closing = false;
root.activeAsync = true;
}
}
CustomShortcut {
name: "screenshot"
onPressed: {
+1 -1
View File
@@ -246,7 +246,7 @@ MouseArea {
color: "transparent"
radius: root.realRounding > 0 ? root.realRounding + root.realBorderWidth : 0
border.width: root.realBorderWidth
border.color: Config.accentColor.accents.primary
border.color: DynamicColors.palette.m3primary
x: selectionRect.x - root.realBorderWidth
y: selectionRect.y - root.realBorderWidth