summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--larsmenu.sh5
-rw-r--r--larswm.mc1
2 files changed, 5 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' \
diff --git a/larswm.mc b/larswm.mc
index c9c9d52..34af39d 100644
--- a/larswm.mc
+++ b/larswm.mc
@@ -74,6 +74,7 @@ DT(`xmms~XMMS_Player', 3)dnl
! Mouse bindings
!
+APPM(1, $HOME/bin/larsmenu.sh 1)
APPM(2, $HOME/bin/larsmenu.sh 2)
APPM(3, $HOME/bin/larsmenu.sh 3)