formatter

This commit is contained in:
Zacharias-Brohn
2026-02-24 23:20:11 +01:00
parent 40cd984b6d
commit d56a0260fb
202 changed files with 15037 additions and 15352 deletions
+6 -4
View File
@@ -18,11 +18,12 @@ Scope {
WlSessionLock {
id: lock
signal unlock
signal requestLock
signal unlock
LockSurface {
id: lockSurface
lock: lock
pam: pam
}
@@ -35,16 +36,17 @@ Scope {
}
IpcHandler {
target: "lock"
function lock() {
return lock.locked = true;
}
target: "lock"
}
CustomShortcut {
name: "lock"
description: "Lock the current session"
name: "lock"
onPressed: {
lock.locked = true;
}