mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Making sure 'switch_group' is set to FALSE for qtile workspace keybindings.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user