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