readded toscreen toggle after upgrade to Qtile 0.19
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user