From 8b42838b7927c2d6291691e300ec9be3bfeb0c94 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 11 Jun 2025 00:42:34 +0530 Subject: [PATCH] feat(hyprland): add keybinding for flameshot --- modules/home/desktop/hyprland/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 654a45c..d9f9bee 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -122,7 +122,6 @@ bind = [ # apps "SUPER, Return, exec, ${terminal}" - "SUPER_SHIFT, Return, exec, ${floating_terminal}" "SUPER, A, exec, astal -t app-launcher" "SUPER, F, exec, ${filemanager}" "SUPER, E, exec, ${editor}" @@ -131,6 +130,9 @@ "SUPER, D, exec, discord" "SUPER, V, exec, copyq show" + "SUPER_SHIFT, Return, exec, ${floating_terminal}" + "SUPER_SHIFT, S, exec, flameshot gui" + # astal "SUPER_SHIFT, R, exec, astal -q; ${pkgs.tpanel}/bin/tpanel"