From d125eca445e658289494d885713b3d388410ac49 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Sun, 1 Sep 2024 09:39:31 +0300 Subject: [PATCH] feat: change grimblast default to copysave --- home-manager/stvnliu/hypr/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/stvnliu/hypr/hyprland.nix b/home-manager/stvnliu/hypr/hyprland.nix index 19fbc48..52132a7 100644 --- a/home-manager/stvnliu/hypr/hyprland.nix +++ b/home-manager/stvnliu/hypr/hyprland.nix @@ -52,8 +52,8 @@ "$mod SHIFT, L, exec, ${pkgs.hyprlock}/bin/hyprlock --immediate" "$mod SHIFT, Print, exec, ${pkgs.grimblast}/bin/grimblast copysave output ${screenshotLocation}" - "$mod, Print, exec, ${pkgs.grimblast}/bin/grimblast copysave area ${screenshotLocation}" - ", Print, exec, ${pkgs.grimblast}/bin/grimblast copy area" + ", Print, exec, ${pkgs.grimblast}/bin/grimblast copysave area ${screenshotLocation}" + "$mod, Print, exec, ${pkgs.grimblast}/bin/grimblast copy area" # special workspace keybinds "$mod, S, togglespecialworkspace"