trearrange link menu - scripts - various script and utils
 (HTM) git clone git://z3bra.org/scripts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 035e22b1079d0c812c71b129afead6484cb42b42
 (DIR) parent e386152f12ed3bf9c7f01419eee193b0233aa64f
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Thu,  5 Feb 2015 14:06:23 +0100
       
       rearrange link menu
       
       Diffstat:
         M link-open                           |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/link-open b/link-open
       t@@ -2,9 +2,10 @@
        
        URI="$*"
        
       -thingmenu -g 120x120            \
       +thingmenu -g 140x180            \
            "picture" "img '$URI'"      \
            "video"   "mplayer '$URI'"  \
       -    "donlad" "urxvt -cd $HOME/tmp -e curl -sO '$URI'" \
            "kinda vid" "uplay '$URI'"  \
       +    "text file" "urxvt -e sh -c 'curl -s $URI | less'" \
       +    "donlad" "urxvt -cd $HOME/tmp -e curl -sO '$URI'" \
            "web shit" "dwb '$URI'" 2>/dev/null