From d049c9ce438dba41828b93967329caf9997a681e Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sat, 15 Feb 2025 23:20:48 +0100 Subject: [PATCH] hyprland/binds: remove cursor from grimblast --- modules/programs/hypr/land/binds.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/hypr/land/binds.nix b/modules/programs/hypr/land/binds.nix index a48dcd3..e44d9df 100644 --- a/modules/programs/hypr/land/binds.nix +++ b/modules/programs/hypr/land/binds.nix @@ -14,11 +14,11 @@ in { "$mod, Return, exec, ${run "ghostty"}" "$mod, n, exec, ${run "neovide"}" "$mod, w, exec, ${run "firefox"}" - ", Print, exec, ${runOnce "grimblast"} --notify --cursor copysave output" + ", Print, exec, ${runOnce "grimblast"} --notify copysave output" "$mod, q, killactive" "$mod SHIFT, q, exec, loginctl terminate-user ''" "$mod, period, exec, ${toggle "walker -m emojis" false}" # not using uwsm as it already runs as a service - "CTRL, Print, exec, ${runOnce "grimblast"} --notify --cursor --freeze copysave area" + "CTRL, Print, exec, ${runOnce "grimblast"} --notify --freeze copysave area" "$mod, h, movefocus, l" "$mod, j, movefocus, d"