try out clipmenu
This commit is contained in:
parent
04e2e5bc13
commit
b60fbc0650
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue