diff options
author | sabetts <sabetts> | 2003-09-24 19:44:33 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-09-24 19:44:33 +0000 |
commit | 2257017604c7a02e46e01c3e8d1dddb2a99e695e (patch) | |
tree | 1ab49fa904026714cef4675440ecc1774c81c9bd | |
parent | 6c9169d4cd2188ecb4759a5aac4fde3117aa4f47 (diff) | |
download | ratpoison-2257017604c7a02e46e01c3e8d1dddb2a99e695e.zip |
*** empty log message ***
-rw-r--r-- | contrib/clickframe.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/clickframe.pl b/contrib/clickframe.pl index 02d1f1a..b9270f5 100644 --- a/contrib/clickframe.pl +++ b/contrib/clickframe.pl @@ -1,9 +1,8 @@ #!/usr/bin/perl # clickframe.pl is a utility to switch frames by clicking the -# mouse. While it does not require xbindkeys, it has been tested with -# it. You must apply the patch below to xbindkeys for this script to -# work. Add an entry like this to your .xbindkeysrc file: +# mouse. You must apply the patch below to xbindkeys for this script +# to work. And add an entry like this to your .xbindkeysrc file: # # # bind C-mouse1 to ratpoison click focus hack # "perl /home/sabetts/src/ratpoison/contrib/clickframe.pl &" |