summaryrefslogtreecommitdiff
path: root/larsmenu.sh
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2007-03-03 19:48:45 +0000
committerDimitri Sokolyuk <demon@dim13.org>2007-03-03 19:48:45 +0000
commit65803d3ace4b042660467daad7651a22968939a8 (patch)
tree2fde221a9d2226effb86ac2d9c26d2f138437ce9 /larsmenu.sh
parent37045d56c28995cbadd041db4a12b61392816803 (diff)
sync
Diffstat (limited to 'larsmenu.sh')
-rw-r--r--larsmenu.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/larsmenu.sh b/larsmenu.sh
index 80839e1..21c224f 100644
--- a/larsmenu.sh
+++ b/larsmenu.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $Id$
BG="#eeeeee"
#FONT="-jmk-neep-medium-*-*--15-*-*-*-c-*-*-*"
@@ -9,6 +10,7 @@ OPT="-bg $BG -font $FONT"
case $1 in
1)
+ xrefresh
;;
2)
larsmenu $OPT -popup \
@@ -17,6 +19,7 @@ case $1 in
'Kill:xkill' \
'Lock:xlock' \
'Calculator:xcalc' \
+ 'Clipboard:xclipboard' \
'Magnify:xmag' \
'Manual pages:xman' \
'Console:xconsole' \
@@ -38,7 +41,7 @@ case $1 in
'Gimp:gimp' \
'Image Viewer:gqview' \
'BitTorrent:transmission-gtk' \
- 'File Manager:rox' \
+ 'ROX File Manager:rox' \
'Vim:gvim' \
'Emacs:emacs' \
'Maple 10:xmaple' \