update keybinds

This commit is contained in:
2025-10-13 01:35:32 +02:00
parent 5e9eabb62c
commit 8b2cb792ff
4 changed files with 17 additions and 7 deletions

View File

@@ -32,4 +32,12 @@ Item {
target: "lyrics"
}
IpcHandler {
function toggleInhibitor() {
Caffeine.manualToggle();
}
target: "idleInhibitor"
}
}