diff options
Diffstat (limited to 'doc/sample.ratpoisonrc')
-rw-r--r-- | doc/sample.ratpoisonrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/sample.ratpoisonrc b/doc/sample.ratpoisonrc index 0fc2d67..93a0c72 100644 --- a/doc/sample.ratpoisonrc +++ b/doc/sample.ratpoisonrc @@ -1,6 +1,6 @@ # This is a sample .ratpoisonrc file # -# $Id: sample.ratpoisonrc,v 1.4 2003/04/05 04:02:17 sabetts Exp $ +# $Id: sample.ratpoisonrc,v 1.5 2003/04/06 10:28:10 sabetts Exp $ # Set the prefix key to that of screen's default escape C-a @@ -21,6 +21,9 @@ bind s colon exec xterm -e freshmeat # bind b (`b' for browse) to interactively ask for an URL to open bind b colon exec mozilla http://www. +# Use the name of the program rather than the title in the window list +defwinname name + # bind M-! to store the current frame layout in slot #1 bind M-exclam exec ratpoison -c "setenv fs1 `ratpoison -c 'fdump'`" |