Update
This commit is contained in:
parent
d4e76052ac
commit
19730bb67d
|
@ -176,10 +176,11 @@ for i in groups:
|
||||||
keys.extend(
|
keys.extend(
|
||||||
[
|
[
|
||||||
# mod1 + letter of group = switch to group
|
# mod1 + letter of group = switch to group
|
||||||
|
# toggle=True switches current group to last group
|
||||||
Key(
|
Key(
|
||||||
[mod],
|
[mod],
|
||||||
i.name,
|
i.name,
|
||||||
lazy.group[i.name].toscreen(),
|
lazy.group[i.name].toscreen(toggle=True),
|
||||||
desc=f"Switch to group {i.name}",
|
desc=f"Switch to group {i.name}",
|
||||||
),
|
),
|
||||||
# mod1 + shift + letter of group = move focused window to group
|
# mod1 + shift + letter of group = move focused window to group
|
||||||
|
|
Loading…
Reference in New Issue