osd: separate, make keybinds prefer qs over ags

This commit is contained in:
end-4
2025-04-21 18:15:01 +02:00
parent 0faf9287ba
commit 0728557b04
7 changed files with 185 additions and 59 deletions
@@ -77,4 +77,16 @@ Singleton {
}
}
IpcHandler {
target: "brightness"
function increment() {
root.increment = 1
}
function decrement() {
root.increment = -1
}
}
}