readded toscreen toggle after upgrade to Qtile 0.19

This commit is contained in:
paul-loedige
2021-12-29 16:37:37 +01:00
parent b1b1483dc1
commit 68f65b2c6f
+1 -1
View File
@@ -95,7 +95,7 @@ groups.append(
for (icon,name,key, kwargs) in group_names: for (icon,name,key, kwargs) in group_names:
keys.extend([ 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)), desc="Switch to group {}".format(name)),
Key(['mod1','control', "shift"], str(key), lazy.window.togroup(icon), Key(['mod1','control', "shift"], str(key), lazy.window.togroup(icon),