NAME

rehome - Grab windows by title fragment or regular expression and rehomes them

SYNOPSIS

Fragment of title:

rehome Terminal

A regular expression:

rehome "/^ab.*c$/"

If you have Regexp::Shellish, you can rephrase that last one as:

rehome "ab*c"

DESCRIPTION

When a window wanders off your display, rehome it.

Takes title fragments regular expressions and (if you have installed Regexp::Shellish) shell-like wildcards. Remember to quote the wildcards.

AUTHOR

Barrie Slaymaker <barries@slaysys.com>