diff options
author | ThanosApollo <[email protected]> | 2022-11-16 22:26:32 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-16 22:26:32 +0200 |
commit | 9e107184e1aaf1c2dac192928f046f1bb3237ba2 (patch) | |
tree | 627f6074b5a8522506cb751d032a06dfa7c5b074 | |
parent | 3d9e01cb20c2163809162bb18d2a038fb8804739 (diff) |
Change group layouts
-rw-r--r-- | .config/qtile/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index af75dcb..7c7b820 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -35,7 +35,7 @@ group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0", ] group_labels = ["Ⅰ", "Ⅱ", "Ⅲ", "Ⅳ", "Ⅴ", "Ⅵ", "Ⅶ", "Ⅷ", "Ⅸ", "Ⅹ", ] group_layouts = ["monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", "monadtall", - "monadtall", "treetab", ] + "monadtall", "monadtall", ] for i in range(len(group_names)): groups.append( |