From e2e0bfa3b79e7f667ebc352b2722dce930b3d548 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 14 Oct 2024 08:27:23 +0200 Subject: [PATCH] feat: make grabtex work and make notes work cleaner --- modules/home/hyprland/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 2b638d0..7499c97 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -229,12 +229,12 @@ "$mainMod SHIFT, W, exec, wdisplays" "$mainMod SHIFT, T, exec, thunderbird" "$mainMod SHIFT, P, exec, pavucontrol-qt" - "$mainMod SHIFT, N ,exec, ~/.local/bin/notes" + "$mainMod SHIFT, N ,exec, notes" # should be added by scripts/custom packages # screenshot "SUPER SHIFT, S, exec, grimblast --notify --cursor save area ~/Pictures/$(date +'%Y-%m-%d-At-%Ih%Mm%Ss').png" "$mainMod SHIFT, S, exec, grimblast --notify --cursor copy area" - "$mainMod SHIFT, G, exec, slurp | xargs -I {} grim -s 2 -t png -g {} - | tesseract - - | wl-copy -n" + "$mainMod SHIFT, G, exec, grabtext" # switch focus "$mainMod, H, movefocus, l"