fix(qtile): restore previous toscreen behavior
This commit is contained in:
parent
3d272dbbf1
commit
f6868a0df7
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ for i in groups:
|
|||
Key(
|
||||
[Keys.SUPER],
|
||||
i.name,
|
||||
lazy.group[i.name].toscreen(),
|
||||
lazy.group[i.name].toscreen(toggle=True),
|
||||
desc=f"Switch to group {i.name}",
|
||||
),
|
||||
Key(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue