From 68f65b2c6f9f815937e0f20c038f01a35086969e Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Wed, 29 Dec 2021 16:37:37 +0100 Subject: [PATCH] readded toscreen toggle after upgrade to Qtile 0.19 --- qtile/.config/qtile/Groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtile/.config/qtile/Groups.py b/qtile/.config/qtile/Groups.py index 3e6fc6f..e415a92 100644 --- a/qtile/.config/qtile/Groups.py +++ b/qtile/.config/qtile/Groups.py @@ -95,7 +95,7 @@ groups.append( for (icon,name,key, kwargs) in group_names: keys.extend([ - Key(["mod1","control"], str(key), lazy.group[icon].toscreen(), + Key(["mod1","control"], str(key), lazy.group[icon].toscreen(toggle=True), desc="Switch to group {}".format(name)), Key(['mod1','control', "shift"], str(key), lazy.window.togroup(icon),