From bae5249233b3fa338e7840ce3a62879de453a816 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 24 Feb 2024 23:33:50 -0600 Subject: [PATCH] refactor(hypr): use `ALT+v` to see clipboard history --- dots/.config/hypr/wm/bindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/hypr/wm/bindings.conf b/dots/.config/hypr/wm/bindings.conf index b913b77e..788f20ec 100644 --- a/dots/.config/hypr/wm/bindings.conf +++ b/dots/.config/hypr/wm/bindings.conf @@ -57,7 +57,7 @@ bind = ,j,movewindow,d bind = ,escape,submap,reset submap = reset -bind = CTRLSUPER,v,exec,cd "${XDG_CONFIG_HOME}/wofi" && cliphist list | wofi --dmenu --width=1000px --style "cliphist.css" --height=90% -D halign=left | cliphist decode | wl-copy +bind = ALT,v,exec,cd "${XDG_CONFIG_HOME}/wofi" && cliphist list | wofi --dmenu --width=1000px --style "cliphist.css" --height=90% -D halign=left | cliphist decode | wl-copy bind = SUPER,RETURN,exec,wezterm bind = SUPERCTRLSHIFT,R,exec,hyprctl reload bind = SUPER,SPACE,exec,wofi --show drun