From 227b3565dfbf24e47a7304fcb7aeadf0352318ec Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 24 Apr 2020 23:45:50 +0900 Subject: [PATCH] Allow arguments for the application to be docked to be passed seemlessly after the application name. Signed-off-by: Michele Calgaro --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 437bc42..69b0692 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -62,7 +62,7 @@ static const TDECmdLineOptions options[] = { "q", I18N_NOOP("Disable ballooning title changes (quiet)"), 0L }, { "t", I18N_NOOP("Remove this application from the task bar"), 0L }, { "w wid", I18N_NOOP("Window id of the application to dock"), 0L }, - { "+[command ]", I18N_NOOP("Application to dock"), 0 }, + { "!+[command ]", I18N_NOOP("Application to dock"), 0 }, TDECmdLineLastOption };