diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-20 09:47:35 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-20 09:47:35 -0500 |
| commit | 76545937e8067ca3bbb0ef3742d0568d75d2e5af (patch) | |
| tree | b4287740d60d214b276ddbc905321e5f73562e56 /home/apps/caelestia | |
| parent | update commits (diff) | |
| download | dotfiles-nix-76545937e8067ca3bbb0ef3742d0568d75d2e5af.tar.gz dotfiles-nix-76545937e8067ca3bbb0ef3742d0568d75d2e5af.tar.bz2 dotfiles-nix-76545937e8067ca3bbb0ef3742d0568d75d2e5af.zip | |
switch back to hyprlock, update style
Diffstat (limited to 'home/apps/caelestia')
| -rw-r--r-- | home/apps/caelestia/default.nix | 2 | ||||
| -rw-r--r-- | home/apps/caelestia/settings.nix | 7 |
2 files changed, 7 insertions, 2 deletions
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 = ""; |