Ejemplo n.º 1
0
 def setUp(self):
     util.setup()
Ejemplo n.º 2
0
 def setUp(self):
     util.setup()
     self.fullscreen = pwm.layout.Fullscreen(pwm.workspaces.current())
Ejemplo n.º 3
0
 def setUp(self):
     util.setup()
Ejemplo n.º 4
0
 def setUp(self):
     util.setup()
     self.floating = pwm.layout.Floating(pwm.workspaces.current())
Ejemplo n.º 5
0
    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)]
Ejemplo n.º 6
0
 def setUp(self):
     util.setup()
     self.fullscreen = pwm.layout.Fullscreen(pwm.workspaces.current())
Ejemplo n.º 7
0
 def setUp(self):
     util.setup()
     self.floating = pwm.layout.Floating(pwm.workspaces.current())
Ejemplo n.º 8
0
    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)]