summaryrefslogtreecommitdiff
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
parent37045d56c28995cbadd041db4a12b61392816803 (diff)
sync
-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)