From f180bf98fbcbc3c788983446d59b8614d09ccee0 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 7 Oct 2025 01:52:38 +0530 Subject: [PATCH] feat(hyprland): update bindings for tpanel --- modules/home/desktop/hyprland/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 9c193d2..724b596 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -212,11 +212,12 @@ "SUPER_SHIFT, Return, exec, ${floating_terminal}" "SUPER_SHIFT, S, exec, flameshot gui" - # ags + # tpanel "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" + "SUPER_SHIFT, C, exec, ags toggle control-center" + "SUPER_SHIFT, W, exec, ags toggle wallpaper-manager" + "SUPER_SHIFT, R, exec, ags quit; ${pkgs.tpanel}/bin/tpanel" # hyprland "SUPER, Q, killactive"