From 12c54ea33bbb88d52c23ba9e609da7e369fc4938 Mon Sep 17 00:00:00 2001 From: Mateja Date: Mon, 14 Sep 2020 12:09:24 +0200 Subject: Don't move with the window --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 3b24472..c211117 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -103,7 +103,7 @@ for i in groups: desc="Switch to group {}".format(i.name)), # mod1 + shift + letter of group = switch to & move focused window to group - Key([mod, "shift"], i.name, lazy.window.togroup(i.name, switch_group=True), + Key([mod, "shift"], i.name, 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. # # mod1 + shift + letter of group = move focused window to group -- cgit v1.2.3