diff options
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 = ""; |