From 29d19d5502dcf36dd4a5820c40a22d31b14fb42a Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 15 Feb 2026 20:36:52 +0100 Subject: [PATCH 1/2] add brave & brave incognito to which-key Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/system/hyprland/bindings.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/home/system/hyprland/bindings.nix b/home/system/hyprland/bindings.nix index e406ba9..6fa4088 100644 --- a/home/system/hyprland/bindings.nix +++ b/home/system/hyprland/bindings.nix @@ -64,6 +64,16 @@ in { desc = "TickTick"; cmd = "${pkgs.ticktick}/bin/ticktick"; } + { + key = "b"; + desc = "Brave"; + cmd = "${pkgs.brave}/bin/brave"; + } + { + key = "i"; + desc = "Brave (Private window)"; + cmd = "${pkgs.brave}/bin/brave --incognito"; + } ])) # Web links 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 2/2] 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