try out clipmenu

This commit is contained in:
Felix Van der Jeugt 2021-06-16 11:30:34 +02:00
parent 04e2e5bc13
commit b60fbc0650
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,7 @@ run
otp
student
curl
clipmenu
HERE
)"
@ -65,4 +66,8 @@ case "$choice" in
cd "$d"
curl -OJ "$(xclip -o)"
rifle -fF *
;;
'clipmenu')
exec clipmenu
;;
esac