From 3efd26e12633f1b0de66157fc43297680e28eb69 Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 25 Sep 2025 19:45:28 +0530 Subject: [PATCH] feat(hyprland): add tpanel control-center binding --- modules/home/desktop/hyprland/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 06bf3f2..34b11c2 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -192,7 +192,6 @@ bind = [ # apps "SUPER, Return, exec, ${terminal}" - "SUPER, A, exec, ags toggle launcher" "SUPER, F, exec, ${filemanager}" "SUPER, E, exec, ${editor}" "SUPER, B, exec, ${browser}" @@ -205,6 +204,8 @@ "SUPER_SHIFT, S, exec, flameshot gui" # ags + "SUPER, A, exec, ags toggle launcher" + "SUPER, C, exec, ags toggle control-center" "SUPER_SHIFT, R, exec, ags quit; ${pkgs.tpanel}/bin/tpanel" "SUPER_SHIFT, B, exec, ags toggle bar"