current qtile state
This commit is contained in:
parent
412911f17c
commit
39a732d893
6 changed files with 61 additions and 75 deletions
|
@ -112,11 +112,11 @@ keys.append(
|
|||
)
|
||||
|
||||
groups = []
|
||||
land_groups = "135"
|
||||
port_groups = "246"
|
||||
groups.extend([Group(str(i), screen_affinity=(i+1)%2) for i in range(1,7)])
|
||||
# groups.extend([Group(i, screen_affinity=1) for i in land_groups])
|
||||
# groups.extend([Group(i, screen_affinity=0) for i in port_groups])
|
||||
land_groups = "123"
|
||||
port_groups = "456"
|
||||
# groups.extend([Group(str(i), screen_affinity=(i+1)%2) for i in range(1,7)])
|
||||
groups.extend([Group(i, screen_affinity=1) for i in land_groups])
|
||||
groups.extend([Group(i, screen_affinity=0) for i in port_groups])
|
||||
|
||||
for i in groups:
|
||||
keys.extend(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue