def setUp(self): util.setup()
def setUp(self): util.setup() self.fullscreen = pwm.layout.Fullscreen(pwm.workspaces.current())
def setUp(self): util.setup() self.floating = pwm.layout.Floating(pwm.workspaces.current())
def setUp(self): util.setup() self.tiling = pwm.layout.Tiling(pwm.workspaces.current()) self.wid = [util.create_window(manage=False) for wid in range(10)]