[qtile] use rofi instead of default spawncmd

The build-in spawncmd is still accesible with mod+shift+r
This commit is contained in:
Marcel Kapfer 2020-07-14 21:47:16 +02:00
parent 9a34c39776
commit 203fdeddb0
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ keys = [
Key([mod, "control"], "r", lazy.restart()),
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"]