Fix a bug in qtile config

Now it is obvious why 98c325f occurs. Because qtile is misconfigured.
This commit is contained in:
Şahin Akkaya 2022-01-26 19:01:03 +03:00
parent ecacc76f50
commit e6261495ae

View File

@ -12,7 +12,7 @@ for i, j in zip(groups, symbols):
Key([mod], j, lazy.group[i.name].toscreen(),
desc="Switch to group {}".format(i.name)),
Key([mod, "shift"], i.name, lazy.window.togroup(i.name),
Key([mod, "shift"], j, lazy.window.togroup(i.name),
desc="move focused window to group {}".format(i.name)),
# Use below if you prefer to switch to that group.