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