Fix bind in qtile.
This commit is contained in:
parent
18dd20743b
commit
75cd4bc82d
@ -53,7 +53,7 @@ keys = [
|
||||
Key([mod, "shift"], "l", lazy.layout.grow_right()),
|
||||
Key([mod, "shift"], "j", lazy.layout.grow_down()),
|
||||
Key([mod, "shift"], "k", lazy.layout.grow_up()),
|
||||
Key([mod, "shift"], "0", lazy.layout.normalize()),
|
||||
Key([mod, "shift", "control"], "0", lazy.layout.normalize()),
|
||||
# app binds
|
||||
Key([mod], "Return", lazy.spawn("sh -c 'BROWSER=firefox st'")),
|
||||
Key([mod], "space", lazy.spawncmd()),
|
||||
|
Loading…
Reference in New Issue
Block a user