예제 #1
0
파일: vertical.py 프로젝트: Belluka/pytyle
    def __init__(self, monitor):
        AutoTile.__init__(self, monitor)

        self.hsplit = self.get_option('width_factor')
예제 #2
0
파일: center.py 프로젝트: Belluka/pytyle
    def __init__(self, monitor):
        AutoTile.__init__(self, monitor)

        self.hsplit = self.get_option('width_factor')
        self.vsplit = self.get_option('height_factor')
        self.columns = self.get_option('columns')
예제 #3
0
파일: maximal.py 프로젝트: Belluka/pytyle
 def __init__(self, monitor):
     AutoTile.__init__(self, monitor)
예제 #4
0
    def __init__(self, monitor):
        AutoTile.__init__(self, monitor)

        self.vsplit = self.get_option('height_factor')