config/qtile: change rofi spawn to S-M-r

This commit is contained in:
Infinidoge 2021-11-01 12:03:55 -04:00
parent 731942bbc9
commit 8e18bd155f

View file

@ -261,7 +261,7 @@ keys = [
desc="Spawn a command in a shell using a prompt widget", desc="Spawn a command in a shell using a prompt widget",
), ),
Key( Key(
[Keys.SUPER, Keys.CONTROL], "r", [Keys.SUPER, Keys.ALT], "r",
lazy.spawn("rofi -show drun"), lazy.spawn("rofi -show drun"),
desc="Spawn a rofi menu to select a desktop application to open", desc="Spawn a rofi menu to select a desktop application to open",
), ),