summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
diff options
context:
space:
mode:
authorQball Cow <qball@blame.services>2024-02-22 08:43:26 +0100
committerQball Cow <qball@blame.services>2024-02-22 08:45:04 +0100
commit83ecbfe127aebb2462de1ab626406d62cab80cdf (patch)
tree2b837e13ad8e4102a2e10f885a255c28e046354f /doc/rofi.1.markdown
parent1c8159c4c893ff558b28345a82270a142da3fc5d (diff)
[config] By default escape run command.
Diffstat (limited to 'doc/rofi.1.markdown')
-rw-r--r--doc/rofi.1.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 67e3e0e5..d6123cde 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -580,7 +580,7 @@ The pattern *{host}* is replaced by the selected ssh entry.
Pattern: *{ssh-client}*
-Default: *{terminal} -e {ssh-client} {host}*
+Default: *{terminal} -e '{ssh-client}' '{host}' [-p {port}]*
`-parse-hosts`
@@ -602,7 +602,7 @@ Default: *enabled*
Set command (*{cmd}*) to execute when running an application.
See *PATTERN*.
-Default: *{cmd}*
+Default: *'{cmd}'*
Example to run applications in a dedicated cgroup with systemd. Requires a
shell to escape and interpolate the unit name correctly.
@@ -616,7 +616,7 @@ shell to escape and interpolate the unit name correctly.
Set command to execute when running an application in a shell.
See *PATTERN*.
-Default: *{terminal} -e {cmd}*
+Default: *{terminal} -e '{cmd}'*
`-run-list-command` *cmd*