diff --git a/.config/hypr/hyprland/keybinds.conf b/.config/hypr/hyprland/keybinds.conf index 5482e9a79..e554838e6 100644 --- a/.config/hypr/hyprland/keybinds.conf +++ b/.config/hypr/hyprland/keybinds.conf @@ -47,7 +47,7 @@ bindd = Ctrl+Shift+Alt+Super, Delete, Shutdown, exec, systemctl poweroff || logi ##! Utilities # Screenshot, Record, OCR, Color picker, Clipboard history -bindd = Super, V, Copy clipboard history entry, exec, pkill fuzzel && exit || entry="$(cliphist list | fuzzel --match-mode fzf --dmenu | cliphist decode)"; [ -n "$entry" ] && wl-copy -- "$entry" && wtype -- "${entry//$'\n'/ }" # Clipboard history +bindd = Super, V, Copy clipboard history entry, exec, pkill fuzzel && exit || entry="$(cliphist list | fuzzel --match-mode fzf --dmenu | cliphist decode)"; [ -n "$entry" ] && wl-copy -- "$entry" # Clipboard history >> clipboard bindd = Super, Period, Copy an emoji, exec, pkill fuzzel || ~/.local/bin/fuzzel-emoji # Emoji bindd = Super+Shift, S, Screen snip, exec, grimblast --freeze copy area # Screen snip >> clipboard bindd = Super+Shift+Alt, S, Screen snip and annotate, exec, grim -g "$(slurp)" - | swappy -f - # Screen snip and annotate