#!/bin/bash

sh -c 'pidof wofi && kill $(pgrep wofi) ; cliphist list | wofi -S dmenu -p Search -W 550 | cliphist decode | wl-copy'
