mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-22 23:29:36 +01:00
Fix a bug in qtile config
Now it is obvious why 98c325f
occurs. Because qtile is misconfigured.
This commit is contained in:
parent
ecacc76f50
commit
e6261495ae
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user