summaryrefslogtreecommitdiff
path: root/larsmenu.sh
diff options
context:
space:
mode:
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' \