Exemple #1
0
    def __init__(self, monitor):
        AutoTile.__init__(self, monitor)

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

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