From 9c8735eb93c1971246c5fdf61ccefb1372cb5cf0 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sat, 13 Feb 2021 11:48:23 +0100 Subject: Use Rofi as program launcher. --- .config/qtile/config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 990fe85..517e7c9 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -91,8 +91,9 @@ keys = [ Key([mod, "control"], "r", lazy.restart(), desc="Restart qtile"), Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown qtile"), - Key([mod], "r", lazy.spawncmd(), - desc="Spawn a command using a prompt widget"), + + Key([mod], "r", lazy.spawn("rofi -show run"), + desc="Use Rofi to start a new program."), Key([mod], "b", lazy.screen.toggle_group(), desc="Switch to the previously active group."), -- cgit v1.2.3