config/qtile: change rofi spawn to S-M-r
This commit is contained in:
parent
731942bbc9
commit
8e18bd155f
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue