thing, think, thing, think … - thingmenu - A simple graphical menu launcher for X11.
 (HTM) git clone git://bitreich.org/thingmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit c889c20c8c343f605413f05c944028ac8c7aaa9d
 (DIR) parent 2285259c4e7597b0bc4f54bf268b020b05ce3ccb
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Wed,  7 Sep 2011 22:25:21 +0200
       
       thing, think, thing, think …
       
       Diffstat:
         M thingmenu-menu.sh                   |      16 ++++++++--------
       
       1 file changed, 8 insertions(+), 8 deletions(-)
       ---
 (DIR) diff --git a/thingmenu-menu.sh b/thingmenu-menu.sh
       @@ -8,7 +8,7 @@ case "$1" in
                                "svkbd de" "svkbd-de -wy -16" \
                                "svkbd en" "svkbd-en -wy -16" \
                                "svkbd arrows" "svkbd-arrows -wy -16" \
       -                        "back" "thinmenu-menu.sh"
       +                        "back" "thingmenu-menu.sh"
                        ;;
                "conn")
                        thingmenu $POSARGS -- \
       @@ -18,7 +18,7 @@ case "$1" in
                                "WiFi stop" "sudo conn -k wifi" \
                                "Ethernet start" "sudo conn -s eth" \
                                "Ethernet stop" "sudo conn -k eth" \
       -                        "back" "thinmenu-menu.sh"
       +                        "back" "thingmenu-menu.sh"
                        ;;
                "fn")
                        thingmenu $POSARGS -- \
       @@ -29,21 +29,21 @@ case "$1" in
                                "hibernate" "pm-hibernate" \
                                "rotate" "thinkpad-rotate.sh" \
                                "monitor switch" "thinkpad-fn-f7.sh" \
       -                        "back" "thinmenu-menu.sh"
       +                        "back" "thingmenu-menu.sh"
                        ;;
                "sound")
                        thingmenu $POSARGS -- \
                                "volume +10%" "amixer set Master 10%+" \
                                "volume -10%" "amixer set Master 10%-" \
                                "toggle mute" "amixer set Master toggle" \
       -                        "back" "thinmenu-menu.sh"
       +                        "back" "thingmenu-menu.sh"
                        ;;
                *)
                        thingmenu $POSARGS -- \
       -                        "svkbd menu" "thinmenu-menu.sh svkbd" \
       -                        "conn menu" "thinmenu-menu.sh conn" \
       -                        "fn menu" "thinmenu-menu.sh fn" \
       -                        "sound menu" "thinmenu-menu.sh sound" \
       +                        "svkbd menu" "thingmenu-menu.sh svkbd" \
       +                        "conn menu" "thingmenu-menu.sh conn" \
       +                        "fn menu" "thingmenu-menu.sh fn" \
       +                        "sound menu" "thingmenu-menu.sh sound" \
                                "xkill" "xkill"
                        ;;
        esac