summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/afm-launch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afm-launch.c b/src/afm-launch.c
index ac49d59..72120ac 100644
--- a/src/afm-launch.c
+++ b/src/afm-launch.c
@@ -56,7 +56,7 @@ static const char *args_for_afb_daemon[] = {
"/usr/bin/afb-daemon",
"--alias=/icons:%I",
"--port=%P",
- "--rootdir=%D",
+ "--rootdir=%r",
"--token=%S",
NULL
};