From 6ef9789cfa5c70699fe6e528ac1b9a76c4a8b40a Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 17 Jun 2024 15:49:34 -0500 Subject: [PATCH] feat(hypr): add keybind to delete entry from `cliphist` --- users/price/dots/.config/hypr/conf/core/bindings.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/users/price/dots/.config/hypr/conf/core/bindings.conf b/users/price/dots/.config/hypr/conf/core/bindings.conf index 428d7cba..b91d8378 100644 --- a/users/price/dots/.config/hypr/conf/core/bindings.conf +++ b/users/price/dots/.config/hypr/conf/core/bindings.conf @@ -58,6 +58,7 @@ bind = ,escape,submap,reset submap = reset 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 = SUPERALT,v,exec,cd "${XDG_CONFIG_HOME}/wofi" && cliphist list | wofi --dmenu --width=1000px --style "cliphist.css" --height=90% -D halign=left | cliphist delete bind = SUPER,RETURN,exec,wezterm bind = SUPERSHIFT,RETURN,exec,neovide --fork bind = SUPERCTRLSHIFT,R,exec,hyprctl reload