summaryrefslogtreecommitdiff
path: root/home/apps/caelestia
diff options
context:
space:
mode:
Diffstat (limited to 'home/apps/caelestia')
-rw-r--r--home/apps/caelestia/default.nix2
-rw-r--r--home/apps/caelestia/settings.nix8
2 files changed, 8 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..de81df7 100644
--- a/home/apps/caelestia/settings.nix
+++ b/home/apps/caelestia/settings.nix
@@ -83,6 +83,12 @@ in {
};
};
+ # Launcher settings
+ launcher = {
+ enabled = true;
+ useFuzzy = true;
+ };
+
# Background
background.enabled = true;
paths = {
@@ -137,7 +143,7 @@ in {
workspaces = {
activeIndicator = true;
activeTrail = false;
- perMonitorWorkspaces = true;
+ perMonitorWorkspaces = false;
showWindows = false;
shown = 9;
label = "";