Changeset 139

Show
Ignore:
Timestamp:
10/04/2002 05:42:57 PM (6 years ago)
Author:
mwm
Message:

Tweak the initial pane recreation to remove any new panes on the main screen
before trying to do the same on the secondary screen.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/plpwm.py

    r135 r139  
    11#!/usr/bin/python 
    2 # $Id: plpwm.py,v 1.29 2002-05-11 01:35:56 mwm Exp $ 
     2# $Id: plpwm.py,v 1.30 2002-10-04 22:42:57 mwm Exp $ 
    33# 
    44# plpwm.py -- Exemple PLWM window manager configuration with panes. 
     
    470470    "Build my standard work environment." 
    471471 
    472     wm.panes_list[len(wm.panes_list) - 1].maximize() 
    473472    pane = wm.panes_list[0] 
    474473    pane.maximize() 
     474    wm.panes_list[1].maximize() 
    475475 
    476476    # Disconnect all windows from panes to avoid displaying everything