From 76545937e8067ca3bbb0ef3742d0568d75d2e5af Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 20 Jan 2026 09:47:35 -0500 Subject: switch back to hyprlock, update style --- home/apps/caelestia/settings.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'home/apps/caelestia/settings.nix') diff --git a/home/apps/caelestia/settings.nix b/home/apps/caelestia/settings.nix index fbde95d..a529241 100644 --- a/home/apps/caelestia/settings.nix +++ b/home/apps/caelestia/settings.nix @@ -81,6 +81,11 @@ in { audio = ["pavucontrol"]; playback = ["mpv"]; }; + # disable lock screen + idle = { + lockBeforeSleep = false; + timeouts = []; + }; }; # Background @@ -137,7 +142,7 @@ in { workspaces = { activeIndicator = true; activeTrail = false; - perMonitorWorkspaces = true; + perMonitorWorkspaces = false; showWindows = false; shown = 9; label = ""; -- cgit v1.2.3-freya