doc: remove quotes from samples

inih doesn't strip them and sh will try to find the binary including the whitespaces
This commit is contained in:
columbarius 2021-05-01 17:32:11 +02:00 committed by Simon Ser
parent 22af25749e
commit f1472350f0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[screencast]
output_name=
max_fps=30
chooser_cmd="slurp -f %o -or"
chooser_cmd=slurp -f %o -or
chooser_type=simple

View File

@ -28,7 +28,7 @@ max_fps=30
exec_before=disable_notifications.sh
exec_after=enable_notifications.sh
chooser_type=simple
chooser_cmd="slurp -f %o -or"
chooser_cmd=slurp -f %o -or
```
# SCREENCAST OPTIONS