From 7b01c1a29d609fa910bfdf5e9f10cf33f915e794 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sun, 19 Apr 2026 12:11:48 +0200 Subject: [PATCH] feat(noctalia): launch hyprlock without fade animation to avoid some micro flashing on resume --- .config/noctalia/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/noctalia/settings.json b/.config/noctalia/settings.json index 23db1e7..e333829 100644 --- a/.config/noctalia/settings.json +++ b/.config/noctalia/settings.json @@ -535,7 +535,7 @@ "powerOptions": [ { "action": "lock", - "command": "hyprlock", + "command": "hyprlock --no-fade-in", "countdownEnabled": true, "enabled": true, "keybind": "1"