Exemplo n.º 1
0
    def __init__(self, monitor):
        AutoTile.__init__(self, monitor)

        self.hsplit = self.get_option('width_factor')
Exemplo n.º 2
0
    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')
Exemplo n.º 3
0
 def __init__(self, monitor):
     AutoTile.__init__(self, monitor)
Exemplo n.º 4
0
    def __init__(self, monitor):
        AutoTile.__init__(self, monitor)

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