We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3db4ff commit bf1a896Copy full SHA for bf1a896
qbpm/operations.py
@@ -134,7 +134,7 @@ def menu_command(
134
if len(menu.split(" ")) == 1:
135
program = Path(menu).name
136
if program == "rofi":
137
- command = f"{menu} -dmenu -no-custom {prompt} -mesg {arg_string}"
+ command = f"{menu} -dmenu -no-custom {prompt} -mesg '{arg_string}'"
138
elif program == "wofi":
139
command = f"{menu} --dmenu {prompt}"
140
elif program.startswith("dmenu"):
0 commit comments