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/default.nix | 2 +- home/apps/caelestia/settings.nix | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'home/apps/caelestia') diff --git a/home/apps/caelestia/default.nix b/home/apps/caelestia/default.nix index e2e5e96..75dbb26 100644 --- a/home/apps/caelestia/default.nix +++ b/home/apps/caelestia/default.nix @@ -15,7 +15,7 @@ in { config = mkIf cfg.enable { default.appLauncher = lib.mkOverride 600 "caelestia-shell ipc call drawers toggle launcher"; - default.lockScreen = lib.mkOverride 600 "caelestia-shell ipc call lock lock"; + #default.lockScreen = "caelestia-shell ipc call lock lock"; programs.caelestia = { enable = true; 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