tNew menu application - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 8c70f909f342b654879eb7282cac478a67dc7112
(DIR) parent 6aa269a6ab30e1988bdcb4a475af459cc6ff5081
(HTM) Author: z3bra <willy@mailoo.org>
Date: Mon, 17 Mar 2014 10:43:10 +0100
New menu application
Diffstat:
A menu.sh | 12 ++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/menu.sh b/menu.sh
t@@ -0,0 +1,12 @@
+#!/bin/sh
+
+thingmenu \
+"tmnl" "urxvt" \
+" --- " "true" \
+"mail" "urxvt -e mail" \
+"www" "dwb" \
+"instagram" "~/bin/instagram" \
+" --- " "true" \
+"restart" "pkill 2bwm;2bwm" \
+"quit" "pkill xclock" \
+"off" "poweroff"