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