add option to use hyprlock instead of quickshell

This commit is contained in:
end-4
2025-10-13 12:16:42 +02:00
parent b0cfcaff3d
commit 02192368d2
4 changed files with 36 additions and 17 deletions
-17
View File
@@ -28,23 +28,6 @@ Singleton {
property bool superReleaseMightTrigger: true
property bool workspaceShowNumbers: false
Connections {
target: Config
function onReadyChanged() {
if (Config.options.lock.launchOnStartup && Config.ready && Persistent.ready && Persistent.isNewHyprlandInstance) {
GlobalStates.screenLocked = true;
}
}
}
Connections {
target: Persistent
function onReadyChanged() {
if (Config.options.lock.launchOnStartup && Config.ready && Persistent.ready && Persistent.isNewHyprlandInstance) {
GlobalStates.screenLocked = true;
}
}
}
onSidebarRightOpenChanged: {
if (GlobalStates.sidebarRightOpen) {
Notifications.timeoutAll();