summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-04-01 00:52:12 +0000
committerrcyeske <rcyeske>2001-04-01 00:52:12 +0000
commitf04f2c8483f144d20caa9ee7103a0eca8493545f (patch)
tree003c7e063bf19a0271cc2b212c34b8380484be55
parenteb256cbcbed3431ec5a330fe6dcb12f75ec76c8a (diff)
downloadratpoison-f04f2c8483f144d20caa9ee7103a0eca8493545f.zip
*** empty log message ***
-rw-r--r--ChangeLog4
-rw-r--r--doc/ipaq.ratpoisonrc20
2 files changed, 9 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index b72a912..7cb7c00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-31 Ryan Yeske <rcyeske@cut.hotdog.tmp>
+
+ * doc/ipaq.ratpoisonrc: Use keysym names.
+
2001-03-28 Shawn <sabetts@vcn.bc.ca>
* src/main.c (main): initialize rp_command_request and
diff --git a/doc/ipaq.ratpoisonrc b/doc/ipaq.ratpoisonrc
index c57afab..0b67fa1 100644
--- a/doc/ipaq.ratpoisonrc
+++ b/doc/ipaq.ratpoisonrc
@@ -1,13 +1,10 @@
# .ratpoisonrc for an iPaq36xx handheld pc running Linux
#
-# $Id: ipaq.ratpoisonrc,v 1.2 2001/03/12 01:10:48 sabetts Exp $
+# $Id: ipaq.ratpoisonrc,v 1.3 2001/04/01 00:52:12 rcyeske Exp $
# make the "audio record" button the escape key:
-
-# Note: use XF86AudioRecord instead of the hex value if its available
-# on your system
-escape 0x1008ff1c
+escape XF86AudioRecord
# the "speaker" buttons
bind Up exec rxvt
@@ -17,17 +14,10 @@ bind Right next
bind KP_Enter echo
# the power button should be reserved?
-# Note: use XF86PowerDown if its available on your system
-bind 0x1008ff21 version
+bind XF86PowerDown exec (sleep 1; echo > /proc/sys/pm/suspend )
## the four buttons under the screen:
-
-# Note: use XF86Calendar if its available on your system
-bind 0x1008ff20 exec xcalc
-
+bind XF86Calendar exec xcalc
bind telephone exec contacts
-
bind Menu echo
-
-# Note: use XF86Start if its available on your system
-bind 0x1008ff1a clock
+bind XF86Start clock