mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 14:59:59 -05:00
remove debug print
This commit is contained in:
@@ -133,7 +133,6 @@ Scope {
|
|||||||
Connections {
|
Connections {
|
||||||
target: Config
|
target: Config
|
||||||
function onReadyChanged() {
|
function onReadyChanged() {
|
||||||
print("lock after config")
|
|
||||||
if (Config.options.lock.launchOnStartup && Config.ready && Persistent.ready && Persistent.isNewHyprlandInstance) {
|
if (Config.options.lock.launchOnStartup && Config.ready && Persistent.ready && Persistent.isNewHyprlandInstance) {
|
||||||
Hyprland.dispatch("global quickshell:lock")
|
Hyprland.dispatch("global quickshell:lock")
|
||||||
}
|
}
|
||||||
@@ -142,7 +141,6 @@ Scope {
|
|||||||
Connections {
|
Connections {
|
||||||
target: Persistent
|
target: Persistent
|
||||||
function onReadyChanged() {
|
function onReadyChanged() {
|
||||||
print("lock after persistent")
|
|
||||||
if (Config.options.lock.launchOnStartup && Config.ready && Persistent.ready && Persistent.isNewHyprlandInstance) {
|
if (Config.options.lock.launchOnStartup && Config.ready && Persistent.ready && Persistent.isNewHyprlandInstance) {
|
||||||
Hyprland.dispatch("global quickshell:lock")
|
Hyprland.dispatch("global quickshell:lock")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user