diff options
Diffstat (limited to 'contrib/clickframe.pl')
-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 &" |