From d21fc81a196ca47d5e1fdc4ad1c384251d6600f8 Mon Sep 17 00:00:00 2001 From: pph Date: Tue, 10 Feb 2026 09:38:12 +0100 Subject: [PATCH] Don't show on hover the dashbaord Signed-off-by: pph --- home/system/caelestia-shell/appearance.nix | 1 + home/system/caelestia-shell/bindings.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/home/system/caelestia-shell/appearance.nix b/home/system/caelestia-shell/appearance.nix index 50189ee..039bb6a 100644 --- a/home/system/caelestia-shell/appearance.nix +++ b/home/system/caelestia-shell/appearance.nix @@ -41,6 +41,7 @@ in { kbLayoutChanged = false; }; }; + dashboard.showOnHover = false; border = { inherit rounding; thickness = 8; diff --git a/home/system/caelestia-shell/bindings.nix b/home/system/caelestia-shell/bindings.nix index 82665fc..f8c85f6 100644 --- a/home/system/caelestia-shell/bindings.nix +++ b/home/system/caelestia-shell/bindings.nix @@ -19,7 +19,6 @@ # Misc "$mod, L, global, caelestia:lock" "$mod, N, exec, caelestia shell drawers toggle sidebar" - # Utilities "$mod+Shift, SPACE, exec, caelestia shell gameMode toggle" # Toggle Focus/Game mode "$mod+Shift, S, global, caelestia:screenshotFreeze" # Capture region (freeze)