try out clipmenu
This commit is contained in:
parent
04e2e5bc13
commit
b60fbc0650
@ -29,6 +29,7 @@ run
|
|||||||
otp
|
otp
|
||||||
student
|
student
|
||||||
curl
|
curl
|
||||||
|
clipmenu
|
||||||
HERE
|
HERE
|
||||||
)"
|
)"
|
||||||
|
|
||||||
@ -65,4 +66,8 @@ case "$choice" in
|
|||||||
cd "$d"
|
cd "$d"
|
||||||
curl -OJ "$(xclip -o)"
|
curl -OJ "$(xclip -o)"
|
||||||
rifle -fF *
|
rifle -fF *
|
||||||
|
;;
|
||||||
|
'clipmenu')
|
||||||
|
exec clipmenu
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user