[qtile] use rofi instead of default spawncmd
The build-in spawncmd is still accesible with mod+shift+r
This commit is contained in:
parent
9a34c39776
commit
203fdeddb0
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ keys = [
|
||||||
|
|
||||||
Key([mod, "control"], "r", lazy.restart()),
|
Key([mod, "control"], "r", lazy.restart()),
|
||||||
Key([mod, "control"], "q", lazy.shutdown()),
|
Key([mod, "control"], "q", lazy.shutdown()),
|
||||||
Key([mod], "r", lazy.spawncmd()),
|
Key([mod], "r", lazy.spawn("rofi -show run")),
|
||||||
|
Key([mod, "shift"], "r", lazy.spawncmd()),
|
||||||
]
|
]
|
||||||
|
|
||||||
groups = [Group(i) for i in "1234567890"]
|
groups = [Group(i) for i in "1234567890"]
|
||||||
|
|
Loading…
Reference in a new issue