示例#1
0
 def setUp(self):
     util.setup()
示例#2
0
 def setUp(self):
     util.setup()
     self.fullscreen = pwm.layout.Fullscreen(pwm.workspaces.current())
示例#3
0
文件: test_state.py 项目: linuscl/pwm
 def setUp(self):
     util.setup()
示例#4
0
 def setUp(self):
     util.setup()
     self.floating = pwm.layout.Floating(pwm.workspaces.current())
示例#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)]
示例#6
0
 def setUp(self):
     util.setup()
     self.fullscreen = pwm.layout.Fullscreen(pwm.workspaces.current())
示例#7
0
 def setUp(self):
     util.setup()
     self.floating = pwm.layout.Floating(pwm.workspaces.current())
示例#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)]