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

if [[ ! $(pidof rofi) ]]; then
	#cliphist list | rofi -dmenu -config ~/.config/rofi/config-cliphist.rasi | cliphist decode | wl-copy
	cliphist list | rofi -dmenu | 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