From b60fbc0650095d7522d23b1b7b729497540a6c78 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 16 Jun 2021 11:30:34 +0200 Subject: [PATCH] try out clipmenu --- local/bin/delegator | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/local/bin/delegator b/local/bin/delegator index 1768eba..d4c5c89 100755 --- a/local/bin/delegator +++ b/local/bin/delegator @@ -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