Re: how to get bounds of X11 windows using Applescript?
Re: how to get bounds of X11 windows using Applescript?
- Subject: Re: how to get bounds of X11 windows using Applescript?
- From: Harald Hanche-Olsen <email@hidden>
- Date: Sun, 22 Jun 2008 15:39:40 -0500 (CDT)
+ Bill Janssen <email@hidden>:
> Here's another Applescript question: how can I get the windows bounds
> of my X11 windows using Applescript?
X11 doesn't have any Applescript dictionary, so I rather doubt there
is any easy way to get it. In the X11 world there is xwininfo. Try
running the command
xwininfo -root -tree
for example: It will give you geometry information for all X11
windows. I have no idea how to parse the output using applescript,
though.
- Harald
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden