Making sure 'switch_group' is set to FALSE for qtile workspace keybindings.

This commit is contained in:
Derek Taylor
2023-08-06 16:51:21 -05:00
parent 4e0d9c936a
commit 1cce34c655

View File

@@ -159,7 +159,7 @@ for i in groups:
Key(
[mod, "shift"],
i.name,
lazy.window.togroup(i.name, switch_group=True),
lazy.window.togroup(i.name, switch_group=False),
desc="Switch to & move focused window to group {}".format(i.name),
),
# Or, use below if you prefer not to switch to that group.