On Thu, Oct 27, 2005 at 05:29:15PM +0200, Klaus Wagner wrote:
> Hi,
> 
> is there any possibility (Key Binding or UI Function)
> to move lost(out of sight - far right beyond the screen border)
> windows to position 0,0 (Top/Leftmost position of a desktop). 
> Sometimes it happens that Applications remember the locations of their
> Windows and place it on the nonexistent second monitor.

>From a terminal:

eesh -ewait wl
[find id of lost window - it's the first field, before the colon]
eesh -e "wop [id] move 0 0"

If you use this often, you can put it in a shell script (doing it by program
name is slightly trickier, but a bit of "eesh wl | grep | sed"-ing will get
you there - try the man pages for each of those).

Hope that helps,

Toby
-- 
Quantum Information Theory group
Max Planck Institute for Quantum Optics
Garching, Germany

email: [EMAIL PROTECTED]
web: www.dr-qubit.org


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to