This commit is contained in:
Roland Thomas 2023-02-18 10:48:07 -05:00
parent d4e76052ac
commit 19730bb67d
1 changed files with 2 additions and 1 deletions

View File

@ -176,10 +176,11 @@ for i in groups:
keys.extend(
[
# mod1 + letter of group = switch to group
# toggle=True switches current group to last group
Key(
[mod],
i.name,
lazy.group[i.name].toscreen(),
lazy.group[i.name].toscreen(toggle=True),
desc=f"Switch to group {i.name}",
),
# mod1 + shift + letter of group = move focused window to group