From 1489261fa9c1c4051b09a5614f23beeb4c111027 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 15 Feb 2026 21:21:21 +0100 Subject: [PATCH] add a shortcut for the dashboard Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/system/hyprland/bindings.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/system/hyprland/bindings.nix b/home/system/hyprland/bindings.nix index 6fa4088..6f573df 100644 --- a/home/system/hyprland/bindings.nix +++ b/home/system/hyprland/bindings.nix @@ -164,6 +164,7 @@ in { "$shiftMod, E, exec, pkill fuzzel || caelestia emoji -p" # Emoji picker "$mod, SPACE, global, caelestia:launcher" # Launcher "$mod, N, exec, caelestia shell drawers toggle sidebar" # Sidebar (Notifications, quick actions) + "$mod, D, exec, caelestia shell drawers toggle dashboard" # Dashboard # Windows "$mod,Q, killactive," # Close window