#!/bin/sh -

# warptotitle - personalized wrapper to warp the X cursor to the window title
# Steve Kinzler, steve@kinzler.com, Sep 98
# https://kinzler.com/me/home.html#x11

(exec xwit ${1+"$@"} -warp 1 -22) 2> /dev/null
