diff options
author | rcyeske <rcyeske> | 2001-04-01 00:52:12 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-04-01 00:52:12 +0000 |
commit | f04f2c8483f144d20caa9ee7103a0eca8493545f (patch) | |
tree | 003c7e063bf19a0271cc2b212c34b8380484be55 /doc | |
parent | eb256cbcbed3431ec5a330fe6dcb12f75ec76c8a (diff) | |
download | ratpoison-f04f2c8483f144d20caa9ee7103a0eca8493545f.zip |
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ipaq.ratpoisonrc | 20 |
1 files changed, 5 insertions, 15 deletions
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 |