aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/ClipManager.sh
blob: eb717eaa206ff380b7efea026992cfea4fc58c53 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash
#   
# Clipboard Manager

if [[ ! $(pidof rofi) ]]; then
	cliphist list | rofi -dmenu -config ~/.config/rofi/config-long.rasi | cliphist decode | wl-copy
else
	pkill rofi
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage