diff --git a/private_dot_config/hypr/hyprland/binds/clipboard.conf b/private_dot_config/hypr/hyprland/binds/clipboard.conf index fc8da2c..4ab7dad 100644 --- a/private_dot_config/hypr/hyprland/binds/clipboard.conf +++ b/private_dot_config/hypr/hyprland/binds/clipboard.conf @@ -1,2 +1,2 @@ -bind = $mainMod, V, exec, cliphist list | wofi --dmenu --conf ~/.config/wofi/clipboard --color ~/.config/wofi/colors --style ~/.config/wofi/style.css | cliphist decode | wl-copy +bind = $mainMod, V, exec, cliphist list | hyprlauncher -m | cliphist decode | wl-copy bind = $mainMod CONTROL_L, V, exec, cliphist wipe && notify-send "Clipboard" "Clipboard cleared!"