diff --git a/README.md b/README.md
index f9aca98..3349149 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,9 @@ On Linux configuration file is searched in such order:
 
 On Windows configuration file should be placed at: %APPDATA%/ff2mpv-rust.json.
 
-See [example configuration](ff2mpv-rust.json).
+See [default configuration](ff2mpv-rust.json).
+Note that default configuration passes `--` as last argument in order to prevent argument injection.
+When editing you should either keep it or use a similar argument for the player you want to use.
 
 # Command line interface
 ff2mpv-rust provides command line interface with following commands:
diff --git a/ff2mpv-rust.json b/ff2mpv-rust.json
index aed2b9d..f33a675 100644
--- a/ff2mpv-rust.json
+++ b/ff2mpv-rust.json
@@ -1,4 +1,4 @@
 {
     "player_command": "mpv",
-    "player_args": ["--no-config", "--fullscreen"]
+    "player_args": ["--no-terminal", "--"]
 }