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"