binary + installer

This commit is contained in:
Zacharias-Brohn
2026-02-18 18:53:11 +01:00
parent 01e94a10ab
commit 457007f74d
21 changed files with 270 additions and 2 deletions
+9
View File
@@ -3,6 +3,7 @@ pragma ComponentBehavior: Bound
import Quickshell
import Quickshell.Wayland
import Quickshell.Hyprland
import Quickshell.Io
import QtQuick
import QtQuick.Effects
import qs.Components
@@ -33,6 +34,14 @@ Scope {
lock: lock
}
IpcHandler {
target: "lock"
function lock() {
return lock.locked = true;
}
}
CustomShortcut {
name: "lock"
description: "Lock the current session"