#! /usr/bin/bash

window_id=$1
shift
/usr/X11R6/bin/xprop $@ -id $window_id | ${PAGER:-less}
