From e4328481a8b9d9b4ff037e97455fa4b24c052649 Mon Sep 17 00:00:00 2001 From: delta Date: Mon, 10 Jun 2024 22:41:36 +0300 Subject: [PATCH] fix hypr QR code scaner --- pkgs/hyprland/hypr/hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/hyprland/hypr/hyprland.conf b/pkgs/hyprland/hypr/hyprland.conf index 458eb68..4121537 100644 --- a/pkgs/hyprland/hypr/hyprland.conf +++ b/pkgs/hyprland/hypr/hyprland.conf @@ -400,10 +400,10 @@ bind = ALT, SPACE, exec, pypr shift_monitors +1 # K R A S I V O bind = $mainMod, P, pseudo, # dwindle #bind = $mainMod, J, togglesplit, # dwindle -#bind = $mainMod, S, exec, grim -g "$(slurp)" - | tee >(swappy -f -) | wl-copy # take a screenshot -bind = $mainMod, S, exec, grimblast --freeze copy area # take a screenshot -bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | qrtool decode | tee >(wl-copy) >(notify-send --icon=clipboard "QR Code Content" "$(cat)") -bind = $mainMod, Print, exec, /home/delta/.config/hypr/grimblast.sh # take a screenshot +#bind = $mainMod, S, exec,XCURSOR_SIZE=16 sh -c "grim -g "$(slurp)" - | tee >(swappy -f -) | wl-copy" # take a screenshot +bind = $mainMod, S, exec,XCURSOR_SIZE=16 grimblast --freeze copy area # take a screenshot +bind = $mainMod SHIFT, S, exec,XCURSOR_SIZE=16 sh -c 'grim -g "$(slurp)" - | qrtool decode | tee >(wl-copy) >(notify-send --icon=clipboard "QR Code Content" "$(cat)")' +#bind = $mainMod, Print, exec, /home/delta/.config/hypr/grimblast.sh # take a screenshot # bind = $mainMod, Print, exec, /home/delta/scripts/screenshoter.sh # take a screenshot bind = ,Print , exec, wl-paste | swappy -f - # take a screenshot #bind = $mainMod, S, exec, /home/delta/screenshoter.sh # take a screenshot