aboutsummaryrefslogtreecommitdiff
path: root/.config/qtile/config.py
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile/config.py')
-rw-r--r--.config/qtile/config.py5
1 files 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."),