Hi,

sometimes i play too hard with fvwm and X,
and fvwm freeze/crash. (wont open root menu,
wont respond to fvwmcommand 'restart')

i then have to kill it, and start it again.
(fvwm is not the last thing on my .xsession)
until there, no problem.


when i start fvwm this way, the new
reference point 0,0 for my pager is the 
current page (which might be 4,5).

so i can't see the windows which are on pages lower than 4,5.


i made a small script to get back all my windows, but it's all clobbered in one page :
(i use piperead "myscript.pl" for that)


#!/usr/bin/perl -w

use strict;

my $xwininfo=`xwininfo -root -tree`;


my @xwininfo=split /\n/,$xwininfo;

my @appwinid;
map { if (/\s+(0x\S+)\s\"/){ push @appwinid,$1}} @xwininfo;

foreach (@appwinid){
    print "echo get back: $_\n";
    print "WindowId $_ Iconify off\n";
    print "WindowId $_ movetopage 1 2\n";
}


any ideas  for moving the pager to -1 -1 or something else ?

thanks



-- 
xavier
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to