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 d8cedd9 commit f2ffb5aCopy full SHA for f2ffb5a
doc/rofi.1.markdown
@@ -609,7 +609,7 @@ Example to run applications in a dedicated cgroup with systemd. Requires a
609
shell to escape and interpolate the unit name correctly.
610
611
```bash
612
-"bash -c 'systemd-run --user --unit=app-rofi-\"\$(systemd-escape \"\$(basename \"{cmd}\")\")\"-\$RANDOM {cmd}'"
+"bash -c 'systemd-run --user --unit=app-rofi-\"\$(systemd-escape \"{app_id}\")\"-\$RANDOM {cmd}'"
613
```
614
615
`-run-shell-command` *cmd*
0 commit comments